Home
last modified time | relevance | path

Searched defs:__construct (Results 51 – 75 of 123) sorted by path

12345

/template/twigstarter/vendor/twig/twig/src/
H A DExtensionSet.php45 public function __construct() function in Twig\\ExtensionSet
H A DLexer.php53 public function __construct(Environment $env, array $options = []) function in Twig\\Lexer
H A DMarkup.php24 public function __construct($content, $charset) function in Twig\\Markup
/template/twigstarter/vendor/twig/twig/src/Loader/
H A DArrayLoader.php36 public function __construct(array $templates = []) function in Twig\\Loader\\ArrayLoader
H A DChainLoader.php29 public function __construct(array $loaders = []) function in Twig\\Loader\\ChainLoader
H A DFilesystemLoader.php37 public function __construct($paths = [], string $rootPath = null) function in Twig\\Loader\\FilesystemLoader
/template/twigstarter/vendor/twig/twig/src/Node/
H A DAutoEscapeNode.php29 public function __construct($value, Node $body, int $lineno, string $tag = 'autoescape') function in Twig\\Node\\AutoEscapeNode
H A DBlockNode.php24 public function __construct(string $name, Node $body, int $lineno, string $tag = null) function in Twig\\Node\\BlockNode
H A DBlockReferenceNode.php24 public function __construct(string $name, int $lineno, string $tag = null) function in Twig\\Node\\BlockReferenceNode
H A DCheckSecurityNode.php25 public function __construct(array $usedFilters, array $usedTags, array $usedFunctions) function in Twig\\Node\\CheckSecurityNode
H A DCheckToStringNode.php29 public function __construct(AbstractExpression $expr) function in Twig\\Node\\CheckToStringNode
H A DDeprecatedNode.php25 public function __construct(AbstractExpression $expr, int $lineno, string $tag = null) function in Twig\\Node\\DeprecatedNode
H A DDoNode.php24 public function __construct(AbstractExpression $expr, int $lineno, string $tag = null) function in Twig\\Node\\DoNode
H A DEmbedNode.php26 …public function __construct(string $name, int $index, ?AbstractExpression $variables, bool $only, … function in Twig\\Node\\EmbedNode
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DArrayExpression.php20 public function __construct(array $elements, int $lineno) function in Twig\\Node\\Expression\\ArrayExpression
H A DArrowFunctionExpression.php24 public function __construct(AbstractExpression $expr, Node $names, $lineno, $tag = null) function in Twig\\Node\\Expression\\ArrowFunctionExpression
H A DBlockReferenceExpression.php25 public function __construct(Node $name, ?Node $template, int $lineno, string $tag = null) function in Twig\\Node\\Expression\\BlockReferenceExpression
H A DConditionalExpression.php19 …public function __construct(AbstractExpression $expr1, AbstractExpression $expr2, AbstractExpressi… function in Twig\\Node\\Expression\\ConditionalExpression
H A DConstantExpression.php19 public function __construct($value, int $lineno) function in Twig\\Node\\Expression\\ConstantExpression
H A DFilterExpression.php20 …public function __construct(Node $node, ConstantExpression $filterName, Node $arguments, int $line… function in Twig\\Node\\Expression\\FilterExpression
H A DFunctionExpression.php19 public function __construct(string $name, Node $arguments, int $lineno) function in Twig\\Node\\Expression\\FunctionExpression
H A DGetAttrExpression.php21 …public function __construct(AbstractExpression $node, AbstractExpression $attribute, ?AbstractExpr… function in Twig\\Node\\Expression\\GetAttrExpression
H A DInlinePrint.php22 public function __construct(Node $node, $lineno) function in Twig\\Node\\Expression\\InlinePrint
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Binary/
H A DAbstractBinary.php21 public function __construct(Node $left, Node $right, int $lineno) function in Twig\\Node\\Expression\\Binary\\AbstractBinary
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Filter/
H A DDefaultFilter.php32 …public function __construct(Node $node, ConstantExpression $filterName, Node $arguments, int $line… function in Twig\\Node\\Expression\\Filter\\DefaultFilter

12345