Home
last modified time | relevance | path

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

/plugin/bez/struct/
H A DBezType.php10 const BEZ_TABLE_CODES = array( define in dokuwiki\\plugin\\bez\\struct\\BezType
88 if (!in_array($code, array_keys(self::BEZ_TABLE_CODES))) {
92 $table = self::BEZ_TABLE_CODES[$code];
122 if (!in_array($code, array_keys(self::BEZ_TABLE_CODES))) return array();
124 $table = self::BEZ_TABLE_CODES[$code];