NameNode
class NameNode extends Node
Свойства
| $nodes | из Node | ||
| $attributes | из Node |
Методы
| __construct(string $name) | ||
| __toString() | из Node | |
| compile(Compiler $compiler) | ||
| evaluate($functions, $values) | ||
| toArray() | ||
| dump() | из Node | |
| dumpString($value) | из Node | |
| isHash(array $value) | из Node |
Подробности
__construct(string $name)
Параметры
| string | $name |
__toString()
compile(Compiler $compiler)
Параметры
| Compiler | $compiler |
evaluate($functions, $values)
Параметры
| $functions | ||
| $values |
toArray()
dump()
protected dumpString($value)
Параметры
| $value |
protected isHash(array $value)
Параметры
| array | $value |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/ExpressionLanguage/Node/NameNode.html