Home
last modified time | relevance | path

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

/dokuwiki/inc/Form/
H A DDropdownElement.php121 $this->values = $this->setValuesInOptGroups((array) $value);
124 $this->values = $this->setValuesInOptGroups((array) $this->getFirstOptionKey());
159 protected function setValuesInOptGroups($values) function in dokuwiki\\Form\\DropdownElement