PHP Interface Latte\ILoader

Datei anzeigen Open project: nette/latte

Public Methods

Method Description
getContent ( $name ) : string Returns template source code.
getReferredName ( $name, $referringName ) : string Returns referred template name.
getUniqueId ( $name ) : string Returns unique identifier for caching.
isExpired ( $name, $time ) : boolean Checks whether template is expired.

Method Details

getContent() public method

Returns template source code.
public getContent ( $name ) : string
return string

getReferredName() public method

Returns referred template name.
public getReferredName ( $name, $referringName ) : string
return string

getUniqueId() public method

Returns unique identifier for caching.
public getUniqueId ( $name ) : string
return string

isExpired() public method

Checks whether template is expired.
public isExpired ( $name, $time ) : boolean
return boolean