Home
last modified time | relevance | path

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

/plugin/farm/
H A Dsoapserver.php138 if($n = dokuwiki_farm_animal::createNew($name, $template, $host, $eh)) {
H A Danimalmanager.class.php51 if($n = dokuwiki_farm_animal::createNew($_POST['animal_name'], $tpl, $host, $this)) {
H A Danimal.class.php580 public static function createNew($name = '', $template = null, $host = null, $handler = null) { function in dokuwiki_farm_animal