PHP Interface Latte\ILoader

Afficher le fichier Open project: nette/latte

Méthodes publiques

Méthode 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 méthode

Returns template source code.
public getContent ( $name ) : string
Résultat string

getReferredName() public méthode

Returns referred template name.
public getReferredName ( $name, $referringName ) : string
Résultat string

getUniqueId() public méthode

Returns unique identifier for caching.
public getUniqueId ( $name ) : string
Résultat string

isExpired() public méthode

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