Documentation

MockManifest
in package
implements ManifestInterface

Table of Contents

Interfaces

ManifestInterface

Methods

clearCachedAssets()  : void
createAsset()  : AssetInterface
createCacheFile()  : SplFileInfo
createDataFile()  : SplFileInfo
createManifestFile()  : SplFileInfo
createUrl()  : FarahUrl
getId()  : string
lookupAsset()  : AssetInterface
normalizeManifestElement()  : void
normalizeManifestTree()  : void

Methods

createAsset()

public createAsset(LeanElement $element) : AssetInterface
Parameters
$element : LeanElement
Return values
AssetInterface

createCacheFile()

public createCacheFile(string $fileName[, mixed $path = null ][, mixed $args = null ][, mixed $fragment = null ]) : SplFileInfo
Parameters
$fileName : string
$path : mixed = null
$args : mixed = null
$fragment : mixed = null
Return values
SplFileInfo

createDataFile()

public createDataFile(string $fileName[, mixed $path = null ][, mixed $args = null ][, mixed $fragment = null ]) : SplFileInfo
Parameters
$fileName : string
$path : mixed = null
$args : mixed = null
$fragment : mixed = null
Return values
SplFileInfo

createManifestFile()

public createManifestFile(string $fileName) : SplFileInfo
Parameters
$fileName : string
Return values
SplFileInfo

createUrl()

public createUrl([mixed $path = null ][, mixed $args = null ][, mixed $fragment = null ]) : FarahUrl
Parameters
$path : mixed = null
$args : mixed = null
$fragment : mixed = null
Return values
FarahUrl

lookupAsset()

public lookupAsset(mixed $path) : AssetInterface
Parameters
$path : mixed
Return values
AssetInterface

normalizeManifestElement()

public normalizeManifestElement(LeanElement $parent, LeanElement $child) : void
Parameters
$parent : LeanElement
$child : LeanElement

normalizeManifestTree()

public normalizeManifestTree(LeanElement $root) : void
Parameters
$root : LeanElement

        
On this page

Search results