Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/extension/
DNotice.php12 protected const ICONS = [ define in dokuwiki\\plugin\\extension\\Notice
72 … if (!isset(self::ICONS[$type])) throw new \RuntimeException('Unknown notice type: ' . $type);
84 … if (!isset(self::ICONS[$type])) throw new \RuntimeException('Unknown notice type: ' . $type);
85 return self::ICONS[$type][0] ?? '';