PHP Class Phrozn\Site\View\Less

Author: Victor Farazdagi
Inheritance: extends Base, implements Phrozn\Site\View
Afficher le fichier Open project: farazdagi/phrozn Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $inputFile = null, string $outputDir = null ) : Phrozn\Site\View Initialize view
getOutputFile ( ) : string Get output file path
setInputFile ( $path ) : Phrozn\Site\View Set input file path. Overriden to update processor options.

Method Details

__construct() public méthode

Initialize view
public __construct ( string $inputFile = null, string $outputDir = null ) : Phrozn\Site\View
$inputFile string Path to view source file
$outputDir string File destination path
Résultat Phrozn\Site\View

getOutputFile() public méthode

Get output file path
public getOutputFile ( ) : string
Résultat string

setInputFile() public méthode

Set input file path. Overriden to update processor options.
public setInputFile ( $path ) : Phrozn\Site\View
Résultat Phrozn\Site\View