mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Done #228
This commit is contained in:
@ -813,6 +813,11 @@ class Compiler
|
||||
return $scope["name"] . '=' . $scope["value"] . ';';
|
||||
}
|
||||
|
||||
public static function tagDo($tokens, Tag $scope)
|
||||
{
|
||||
return $scope->tpl->parseExpr($tokens).';';
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param Tokenizer $tokens
|
||||
|
Reference in New Issue
Block a user