Home
last modified time | relevance | path

Searched defs:__construct (Results 76 – 100 of 123) sorted by last modified time

12345

/template/twigstarter/vendor/twig/twig/src/Node/
H A DWithNode.php23 …public function __construct(Node $body, ?Node $variables, bool $only, int $lineno, string $tag = n… function in Twig\\Node\\WithNode
H A DFlushNode.php23 public function __construct(int $lineno, string $tag) function in Twig\\Node\\FlushNode
/template/twigstarter/vendor/twig/twig/src/Util/
H A DDeprecationCollector.php25 public function __construct(Environment $twig) function in Twig\\Util\\DeprecationCollector
/template/twigstarter/vendor/twig/twig/src/
H A DNodeTraverser.php32 public function __construct(Environment $env, array $visitors = []) function in Twig\\NodeTraverser
H A DEnvironment.php102 public function __construct(LoaderInterface $loader, $options = []) function in Twig\\Environment
H A DTemplate.php44 public function __construct(Environment $env) function in Twig\\Template
H A DCompiler.php33 public function __construct(Environment $env) function in Twig\\Compiler
/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/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedMethodError.php26 …public function __construct(string $message, string $className, string $methodName, int $lineno = … function in Twig\\Sandbox\\SecurityNotAllowedMethodError
H A DSecurityNotAllowedPropertyError.php26 …public function __construct(string $message, string $className, string $propertyName, int $lineno … function in Twig\\Sandbox\\SecurityNotAllowedPropertyError
H A DSecurityPolicy.php30 …public function __construct(array $allowedTags = [], array $allowedFilters = [], array $allowedMet… function in Twig\\Sandbox\\SecurityPolicy
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DParentExpression.php24 public function __construct(string $name, int $lineno, string $tag = null) function in Twig\\Node\\Expression\\ParentExpression
/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/composer/
H A DClassLoader.php106 public function __construct($vendorDir = null) function in Composer\\Autoload\\ClassLoader
/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/Cache/
H A DFilesystemCache.php30 public function __construct($directory, $options = 0) function in Twig\\Cache\\FilesystemCache
/template/bootstrap3/
H A DEventHandlers.php18 public function __construct(Template $template) function in dokuwiki\\template\\bootstrap3\\EventHandlers
H A DTemplate.php24 public function __construct() function in dokuwiki\\template\\bootstrap3\\Template
/template/bootstrap3/compat/inc/Menu/
H A DAbstractMenu.php30 public function __construct($context = AbstractItem::CTX_DESKTOP) { function in dokuwiki\\Menu\\AbstractMenu
/template/bootstrap3/compat/inc/Menu/Item/
H A DAdmin.php13 public function __construct() { function in dokuwiki\\Menu\\Item\\Admin
H A DBack.php14 public function __construct() { function in dokuwiki\\Menu\\Item\\Back
H A DBacklink.php13 public function __construct() { function in dokuwiki\\Menu\\Item\\Backlink
H A DEdit.php14 public function __construct() { function in dokuwiki\\Menu\\Item\\Edit
H A DImgBackto.php13 public function __construct() { function in dokuwiki\\Menu\\Item\\ImgBackto
H A DMedia.php13 public function __construct() { function in dokuwiki\\Menu\\Item\\Media

12345