Searched refs:createNew (Results 1 – 3 of 3) sorted by relevance
138 if($n = dokuwiki_farm_animal::createNew($name, $template, $host, $eh)) {
51 if($n = dokuwiki_farm_animal::createNew($_POST['animal_name'], $tpl, $host, $this)) {
580 public static function createNew($name = '', $template = null, $host = null, $handler = null) { function in dokuwiki_farm_animal