Home
last modified time | relevance | path

Searched refs:parent (Results 201 – 225 of 257) sorted by path

1234567891011

/template/twigstarter/vendor/twig/twig/src/Node/
H A DBlockNode.php26 parent::__construct(['body' => $body], ['name' => $name], $lineno, $tag);
H A DBlockReferenceNode.php26 parent::__construct([], ['name' => $name], $lineno, $tag);
H A DCheckSecurityNode.php31 parent::__construct();
H A DCheckToStringNode.php31 parent::__construct(['expr' => $expr], [], $expr->getTemplateLine(), $expr->getNodeTag());
H A DDeprecatedNode.php27 parent::__construct(['expr' => $expr], [], $lineno, $tag);
H A DDoNode.php26 parent::__construct(['expr' => $expr], [], $lineno, $tag);
H A DEmbedNode.php28parent::__construct(new ConstantExpression('not_used', $lineno), $variables, $only, $ignoreMissing…
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DArrayExpression.php22 parent::__construct($elements, [], $lineno);
H A DArrowFunctionExpression.php26 parent::__construct(['expr' => $expr, 'names' => $names], [], $lineno, $tag);
H A DBlockReferenceExpression.php32 parent::__construct($nodes, ['is_defined_test' => false, 'output' => false], $lineno, $tag);
H A DConditionalExpression.php21 parent::__construct(['expr1' => $expr1, 'expr2' => $expr2, 'expr3' => $expr3], [], $lineno);
H A DConstantExpression.php21 parent::__construct([], ['value' => $value], $lineno);
H A DFilterExpression.php22parent::__construct(['node' => $node, 'filter' => $filterName, 'arguments' => $arguments], [], $li…
H A DFunctionExpression.php21parent::__construct(['arguments' => $arguments], ['name' => $name, 'is_defined_test' => false], $l…
H A DGetAttrExpression.php28parent::__construct($nodes, ['type' => $type, 'is_defined_test' => false, 'ignore_strict_check' =>…
H A DInlinePrint.php24 parent::__construct(['node' => $node], [], $lineno);
H A DMethodCallExpression.php20parent::__construct(['node' => $node, 'arguments' => $arguments], ['method' => $method, 'safe' => …
H A DNameExpression.php27parent::__construct([], ['name' => $name, 'is_defined_test' => false, 'ignore_strict_check' => fal…
H A DNullCoalesceExpression.php35 parent::__construct($test, $left, $right, $lineno);
57 parent::compile($compiler);
H A DParentExpression.php26 parent::__construct([], ['output' => false, 'name' => $name], $lineno, $tag);
H A DTempNameExpression.php20 parent::__construct([], ['name' => $name], $lineno);
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Binary/
H A DAbstractBinary.php23 parent::__construct(['left' => $left, 'right' => $right], [], $lineno);
H A DFloorDivBinary.php21 parent::compile($compiler);
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Filter/
H A DDefaultFilter.php45 parent::__construct($node, $filterName, $arguments, $lineno, $tag);
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Test/
H A DDefinedTest.php57 parent::__construct($node, $name, $arguments, $lineno);

1234567891011