Home
last modified time | relevance | path

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

/plugin/farmer/_test/
H A Dhelper.test.php58 $this->assertEquals($expect, $helper->validateAnimalName($input));
/plugin/farmer/
H A Dhelper.php131 public function validateAnimalName($animalname) function in helper_plugin_farmer
/plugin/farmer/admin/
H A Dnew.php154 } elseif (!$this->helper->validateAnimalName($animalname)) {