PHP Class Alex\BehatLauncher\Frontend\TemplateLoader

Show file Open project: alexandresalome/behat-launcher Class Usage Examples

Public Methods

Method Description
addDirectories ( array $directories ) a list of directories
addDirectory ( $directory )
getSources ( ) : string Returns source for a given template.
update ( $force = false ) : TemplateLoader Updates the template loader file cache.

Method Details

addDirectories() public method

a list of directories
public addDirectories ( array $directories )
$directories array

addDirectory() public method

public addDirectory ( $directory )

getSources() public method

Returns source for a given template.
public getSources ( ) : string
return string a template source

update() public method

Updates the template loader file cache.
public update ( $force = false ) : TemplateLoader
return TemplateLoader fluid interface