mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Глобальная переменная в качестве параметра
Использование глобальных переменных в качестве параметров функций и методов: object->method($.post.id)
This commit is contained in:
parent
2d3c89ec1e
commit
bfb64f150a
@ -1455,6 +1455,7 @@ class Template extends Render
|
||||
if (!$arg && $tokens->is(
|
||||
T_VARIABLE,
|
||||
T_STRING,
|
||||
"$",
|
||||
"(",
|
||||
Tokenizer::MACRO_SCALAR,
|
||||
'"',
|
||||
@ -1544,4 +1545,4 @@ class Template extends Render
|
||||
|
||||
return $params;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user