Home
last modified time | relevance | path

Searched refs:__construct (Results 1 – 25 of 122) sorted by relevance

12345

/template/bootstrap3/compat/inc/Menu/Item/
H A DBacklink.php13 public function __construct() { function in dokuwiki\\Menu\\Item\\Backlink
14 parent::__construct();
H A DRecent.php13 public function __construct() { function in dokuwiki\\Menu\\Item\\Recent
14 parent::__construct();
H A DRevisions.php13 public function __construct() { function in dokuwiki\\Menu\\Item\\Revisions
14 parent::__construct();
H A DMedia.php13 public function __construct() { function in dokuwiki\\Menu\\Item\\Media
15 parent::__construct();
H A DProfile.php13 public function __construct() { function in dokuwiki\\Menu\\Item\\Profile
15 parent::__construct();
H A DRegister.php13 public function __construct() { function in dokuwiki\\Menu\\Item\\Register
15 parent::__construct();
H A DResendpwd.php13 public function __construct() { function in dokuwiki\\Menu\\Item\\Resendpwd
15 parent::__construct();
H A DSubscribe.php13 public function __construct() { function in dokuwiki\\Menu\\Item\\Subscribe
15 parent::__construct();
H A DAdmin.php13 public function __construct() { function in dokuwiki\\Menu\\Item\\Admin
14 parent::__construct();
H A DImgBackto.php13 public function __construct() { function in dokuwiki\\Menu\\Item\\ImgBackto
15 parent::__construct();
H A DIndex.php13 public function __construct() { function in dokuwiki\\Menu\\Item\\Index
16 parent::__construct();
H A DRevert.php13 public function __construct() { function in dokuwiki\\Menu\\Item\\Revert
16 parent::__construct();
H A DTop.php14 public function __construct() { function in dokuwiki\\Menu\\Item\\Top
15 parent::__construct();
H A DBack.php14 public function __construct() { function in dokuwiki\\Menu\\Item\\Back
16 parent::__construct();
H A DLogin.php13 public function __construct() { function in dokuwiki\\Menu\\Item\\Login
15 parent::__construct();
H A DMediaManager.php13 public function __construct() { function in dokuwiki\\Menu\\Item\\MediaManager
15 parent::__construct();
/template/notos/
H A DNotosMenu.php16 public function __construct($name = 'notos') function in dokuwiki\\template\\notos\\NotosMenu
18 parent::__construct();
/template/bootstrap3/inc/Menu/Item/
H A DSendMail.php12 public function __construct() function in dokuwiki\\Menu\\Item\\SendMail
14 parent::__construct();
H A DPrintPage.php12 public function __construct() function in dokuwiki\\Menu\\Item\\PrintPage
14 parent::__construct();
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DConstantExpression.php19 public function __construct($value, int $lineno) function in Twig\\Node\\Expression\\ConstantExpression
21 parent::__construct([], ['value' => $value], $lineno);
H A DTempNameExpression.php18 public function __construct(string $name, int $lineno) function in Twig\\Node\\Expression\\TempNameExpression
20 parent::__construct([], ['name' => $name], $lineno);
H A DInlinePrint.php22 public function __construct(Node $node, $lineno) function in Twig\\Node\\Expression\\InlinePrint
24 parent::__construct(['node' => $node], [], $lineno);
/template/twigstarter/vendor/twig/twig/src/Node/
H A DFlushNode.php23 public function __construct(int $lineno, string $tag) function in Twig\\Node\\FlushNode
25 parent::__construct([], [], $lineno, $tag);
H A DAutoEscapeNode.php29 public function __construct($value, Node $body, int $lineno, string $tag = 'autoescape') function in Twig\\Node\\AutoEscapeNode
31 parent::__construct(['body' => $body], ['value' => $value], $lineno, $tag);
/template/twigstarter/vendor/twig/twig/src/Profiler/Node/
H A DLeaveProfileNode.php24 public function __construct(string $varName) function in Twig\\Profiler\\Node\\LeaveProfileNode
26 parent::__construct([], ['var_name' => $varName]);

12345