Home
last modified time | relevance | path

Searched defs:__construct (Results 76 – 100 of 123) sorted by path

12345

/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DMethodCallExpression.php18 …public function __construct(AbstractExpression $node, string $method, ArrayExpression $arguments, … function in Twig\\Node\\Expression\\MethodCallExpression
H A DNameExpression.php25 public function __construct(string $name, int $lineno) function in Twig\\Node\\Expression\\NameExpression
H A DNullCoalesceExpression.php23 public function __construct(Node $left, Node $right, int $lineno) function in Twig\\Node\\Expression\\NullCoalesceExpression
H A DParentExpression.php24 public function __construct(string $name, int $lineno, string $tag = null) function in Twig\\Node\\Expression\\ParentExpression
H A DTempNameExpression.php18 public function __construct(string $name, int $lineno) function in Twig\\Node\\Expression\\TempNameExpression
H A DTestExpression.php19 public function __construct(Node $node, string $name, ?Node $arguments, int $lineno) function in Twig\\Node\\Expression\\TestExpression
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Test/
H A DDefinedTest.php38 public function __construct(Node $node, string $name, ?Node $arguments, int $lineno) function in Twig\\Node\\Expression\\Test\\DefinedTest
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Unary/
H A DAbstractUnary.php21 public function __construct(Node $node, int $lineno) function in Twig\\Node\\Expression\\Unary\\AbstractUnary
/template/twigstarter/vendor/twig/twig/src/Node/
H A DFlushNode.php23 public function __construct(int $lineno, string $tag) function in Twig\\Node\\FlushNode
H A DForLoopNode.php23 public function __construct(int $lineno, string $tag = null) function in Twig\\Node\\ForLoopNode
H A DForNode.php28 …public function __construct(AssignNameExpression $keyTarget, AssignNameExpression $valueTarget, Ab… function in Twig\\Node\\ForNode
H A DIfNode.php24 public function __construct(Node $tests, ?Node $else, int $lineno, string $tag = null) function in Twig\\Node\\IfNode
H A DImportNode.php25 …public function __construct(AbstractExpression $expr, AbstractExpression $var, int $lineno, string… function in Twig\\Node\\ImportNode
H A DIncludeNode.php25 …public function __construct(AbstractExpression $expr, ?AbstractExpression $variables, bool $only, … function in Twig\\Node\\IncludeNode
H A DMacroNode.php26 …public function __construct(string $name, Node $body, Node $arguments, int $lineno, string $tag = … function in Twig\\Node\\MacroNode
H A DModuleNode.php33 …public function __construct(Node $body, ?AbstractExpression $parent, Node $blocks, Node $macros, N… function in Twig\\Node\\ModuleNode
H A DNode.php39 …public function __construct(array $nodes = [], array $attributes = [], int $lineno = 0, string $ta… function in Twig\\Node\\Node
H A DPrintNode.php25 public function __construct(AbstractExpression $expr, int $lineno, string $tag = null) function in Twig\\Node\\PrintNode
H A DSandboxNode.php23 public function __construct(Node $body, int $lineno, string $tag = null) function in Twig\\Node\\SandboxNode
H A DSetNode.php24 …public function __construct(bool $capture, Node $names, Node $values, int $lineno, string $tag = n… function in Twig\\Node\\SetNode
H A DSpacelessNode.php27 public function __construct(Node $body, int $lineno, string $tag = 'spaceless') function in Twig\\Node\\SpacelessNode
H A DTextNode.php24 public function __construct(string $data, int $lineno) function in Twig\\Node\\TextNode
H A DWithNode.php23 …public function __construct(Node $body, ?Node $variables, bool $only, int $lineno, string $tag = n… function in Twig\\Node\\WithNode
/template/twigstarter/vendor/twig/twig/src/
H A DNodeTraverser.php32 public function __construct(Environment $env, array $visitors = []) function in Twig\\NodeTraverser
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php42 public function __construct() function in Twig\\NodeVisitor\\EscaperNodeVisitor

12345