This commit is contained in:
bzick
2016-05-08 18:26:01 +03:00
parent d23e2b4c4f
commit dec06c888e
7 changed files with 53 additions and 6 deletions

View File

@ -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