-
author
-
Table of Contents
-
TAG_DOMAIN
= 'domain'
-
TAG_FILE
= 'file'
-
TAG_INCLUDE_PAGES
= 'include-pages'
-
TAG_PAGE
= 'page'
-
TAG_PARAM
= 'param'
-
TAG_SITEMAP
= 'sitemap'
-
__construct()
: mixed
-
getDocument()
: DOMDocument
-
lookupAssetUrl()
: FarahUrl
-
lookupPageNode()
: DOMElement
-
toRoutes()
: array<string|int, mixed>
TAG_DOMAIN
public
mixed
TAG_DOMAIN
= 'domain'
TAG_FILE
public
mixed
TAG_FILE
= 'file'
TAG_INCLUDE_PAGES
public
mixed
TAG_INCLUDE_PAGES
= 'include-pages'
TAG_PAGE
public
mixed
TAG_PAGE
= 'page'
TAG_PARAM
public
mixed
TAG_PARAM
= 'param'
TAG_SITEMAP
public
mixed
TAG_SITEMAP
= 'sitemap'
__construct()
public
__construct(AssetInterface $asset) : mixed
Parameters
-
$asset
: AssetInterface
-
Return values
mixed
—
getDocument()
public
getDocument() : DOMDocument
Return values
DOMDocument
—
lookupAssetUrl()
public
lookupAssetUrl(DOMElement $dataNode[, array<string|int, mixed> $args = [] ]) : FarahUrl
Parameters
-
$dataNode
: DOMElement
-
-
$args
: array<string|int, mixed>
= []
-
Return values
FarahUrl
—
lookupPageNode()
public
lookupPageNode(string $path[, DOMElement $contextNode = null ]) : DOMElement
Parameters
-
$path
: string
-
-
$contextNode
: DOMElement
= null
-
Return values
DOMElement
—
toRoutes()
public
toRoutes() : array<string|int, mixed>
Return values
array<string|int, mixed>
—