-
__construct() : voidSleet parser constructor. Fetch Ice\Tag methods.
-
Parse text.
-
Parse one sleet expression.
-
Parse control expression.
-
Parse echo expression.
-
Parse set expression.
-
Parse use expression.
-
Internal tokens parse.
-
Internal token parse.
-
public function __construct()
Sleet parser constructor. Fetch Ice\Tag methods. -
public function text(string $text)
Parse text. -
public function parse(string $expression)
Parse one sleet expression. -
private function parseControl(variable $control, variable $expression)
Parse control expression. -
private function parseEcho(variable $expression)
Parse echo expression. -
private function parseSet(variable $expression)
Parse set expression. -
private function parseUse(variable $expression)
Parse use expression. -
private function doParse(variable $tokens)
Internal tokens parse. -
private function token(variable $token, variable $prev, variable $next)
Internal token parse. -
internal function zephir_init_properties_Ice_Mvc_View_Engine_Sleet_Parser()