ice framework documentation ice doc v1.10.1
Methods
  • __construct() : void
    Sleet parser constructor. Fetch Ice\Tag methods.
  • text(string $text) : string
    Parse text.
  • parse(string $expression) : string
    Parse one sleet expression.
  • parseControl(variable $control, variable $expression) : string
    Parse control expression.
  • parseEcho(variable $expression) : string
    Parse echo expression.
  • parseSet(variable $expression) : string
    Parse set expression.
  • parseUse(variable $expression) : string
    Parse use expression.
  • doParse(variable $tokens) : string
    Internal tokens parse.
  • token(variable $token, variable $prev, variable $next) : void
    Internal token parse.
Methods Details
  • 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()