Home
last modified time | relevance | path

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

12345

/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DNullCoalesceExpression.php23 public function __construct(Node $left, Node $right, int $lineno) function in Twig\\Node\\Expression\\NullCoalesceExpression
H A DArrayExpression.php20 public function __construct(array $elements, int $lineno) function in Twig\\Node\\Expression\\ArrayExpression
H A DBlockReferenceExpression.php25 public function __construct(Node $name, ?Node $template, int $lineno, string $tag = null) function in Twig\\Node\\Expression\\BlockReferenceExpression
/template/twigstarter/vendor/twig/twig/src/Node/
H A DEmbedNode.php26 …public function __construct(string $name, int $index, ?AbstractExpression $variables, bool $only, … function in Twig\\Node\\EmbedNode
H A DForNode.php28 …public function __construct(AssignNameExpression $keyTarget, AssignNameExpression $valueTarget, Ab… function in Twig\\Node\\ForNode
H A DIncludeNode.php25 …public function __construct(AbstractExpression $expr, ?AbstractExpression $variables, bool $only, … function in Twig\\Node\\IncludeNode
/template/twigstarter/vendor/twig/twig/src/
H A DNodeTraverser.php32 public function __construct(Environment $env, array $visitors = []) function in Twig\\NodeTraverser
H A DTwigTest.php39 public function __construct(string $name, $callable = null, array $options = []) function in Twig\\TwigTest
H A DTemplateWrapper.php30 public function __construct(Environment $env, Template $template) function in Twig\\TemplateWrapper
H A DTwigFunction.php40 public function __construct(string $name, $callable = null, array $options = []) function in Twig\\TwigFunction
H A DTwigFilter.php40 public function __construct(string $name, $callable = null, array $options = []) function in Twig\\TwigFilter
H A DTokenStream.php28 public function __construct(array $tokens, Source $source = null) function in Twig\\TokenStream
H A DToken.php46 public function __construct($type, $value, $lineno) function in Twig\\Token
/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
/template/twigstarter/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php30 public function __construct($directory, $options = 0) function in Twig\\Cache\\FilesystemCache
/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
/template/notos/
H A DCustomController.php18 public function __construct(TemplateController $tpl) function in dokuwiki\\template\\notos\\CustomController
/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/Profiler/NodeVisitor/
H A DProfilerNodeVisitor.php33 public function __construct(string $extensionName) function in Twig\\Profiler\\NodeVisitor\\ProfilerNodeVisitor
/template/sprintdoc/
H A DTemplate.php41 protected function __construct() { function in dokuwiki\\template\\sprintdoc\\Template
/template/twigstarter/vendor/twig/twig/src/Error/
H A DError.php58 …public function __construct(string $message, int $lineno = -1, $source = null, \Exception $previou… function in Twig\\Error\\Error
/template/twigstarter/
H A DTemplateController.php26 public function __construct($view) function in dokuwiki\\template\\twigstarter\\TemplateController
/template/gtopia/
H A DTwitterAPIExchange.php33 public function __construct(array $settings) function in TwitterAPIExchange
/template/bootstrap3/compat/inc/Menu/Item/
H A DAbstractItem.php61 public function __construct() { function in dokuwiki\\Menu\\Item\\AbstractItem

12345