Home
last modified time | relevance | path

Searched refs:rawvalue (Results 26 – 27 of 27) sorted by last modified time

12

/plugin/structjoin/types/
H A DJoin.php13 public function valueEditor($name, $rawvalue, $htmlID) argument
/plugin/structgroup/types/
H A DGroup.php21 * @param string $rawvalue the user to validate
24 public function validate($rawvalue) { argument
25 $rawvalue = parent::validate($rawvalue);
31 if(! in_array($rawvalue, $authgroup->getGroups())) {
32 throw new ValidationException('Group not found: "' . $rawvalue .
37 return $rawvalue;

12