Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DEditButton.php48 const COMBO_FORMAT = "combo"; define in ComboStrap\\EditButton
74 private string $format = self::COMBO_FORMAT;
165 if ($this->format === self::COMBO_FORMAT) {
173 if ($this->format === self::COMBO_FORMAT) {
386 return $this->toComboCall(self::COMBO_FORMAT);
433 if (!in_array($format, [self::DOKUWIKI_FORMAT, self::COMBO_FORMAT])) {