Home
last modified time | relevance | path

Searched refs:CTX_DESKTOP (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Menu/Item/
H A DTop.php22 $this->context = self::CTX_DESKTOP;
H A DAbstractItem.php23 public const CTX_DESKTOP = 1; define in dokuwiki\\Menu\\Item\\AbstractItem
/dokuwiki/inc/Menu/
H A DAbstractMenu.php21 protected $context = AbstractItem::CTX_DESKTOP;
31 public function __construct($context = AbstractItem::CTX_DESKTOP)