Methods
-
getParser() : void
-
Sleet compiler constructor. Set the view and parser.
-
Compile the file.
-
__toString() : voidMagic toString to get parsed content.
Methods Details
-
public function getParser()
-
public function __construct(variable $view)
Sleet compiler constructor. Set the view and parser. -
public function compile(string $path)
Compile the file. -
public function __toString()
Magic toString to get parsed content.