PHP Class Flow\Loader

Datei anzeigen Open project: nramenta/flow Class Usage Examples

Protected Properties

Property Type Description
$cache
$options
$paths

Public Methods

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

Method Details

__construct() public method

public __construct ( $options )

autoload() public static method

public static autoload ( )

compile() public method

public compile ( $template, $mode = null )

isValid() public method

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

load() public method

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

normalizePath() public method

public normalizePath ( $path )

resolvePath() public method

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

Property Details

$cache protected_oe property

protected $cache

$options protected_oe property

protected $options

$paths protected_oe property

protected $paths