public array parse (string $viewCode)
Parses a Volt template returning its intermediate representation
print_r($compiler->parse('{{ 3 + 2 }}'));
public array parse (string $viewCode)
Parses a Volt template returning its intermediate representation
print_r($compiler->parse('{{ 3 + 2 }}'));
Please login to continue.