PHP Class Flow\Loader

Afficher le fichier Open project: nramenta/flow Class Usage Examples

Protected Properties

Свойство Type Description
$cache
$options
$paths

Méthodes publiques

Méthode Description
__construct ( $options )
autoload ( )
compile ( $template, $mode = null )
isValid ( $template, &$error = null )
load ( $template, $from = '' )
normalizePath ( $path )
resolvePath ( $template, $from = '' )

Method Details

__construct() public méthode

public __construct ( $options )

autoload() public static méthode

public static autoload ( )

compile() public méthode

public compile ( $template, $mode = null )

isValid() public méthode

public isValid ( $template, &$error = null )

load() public méthode

public load ( $template, $from = '' )

normalizePath() public méthode

public normalizePath ( $path )

resolvePath() public méthode

public resolvePath ( $template, $from = '' )

Property Details

$cache protected_oe property

protected $cache

$options protected_oe property

protected $options

$paths protected_oe property

protected $paths