Searched refs:getAllAnimals (Results 1 – 12 of 12) sorted by relevance
55 return $this->helper->getAllAnimals();67 foreach ($this->helper->getAllAnimals() as $animal) {83 foreach ($this->helper->getAllAnimals() as $index => $animal) {
86 public function getAllAnimals() function in helper_plugin_farmer
40 $animals = $this->helper->getAllAnimals();105 $animals = $helper->getAllAnimals();
77 $animals = $this->helper->getAllAnimals();
86 $animals = $this->helper->getAllAnimals();
81 $animals = $this->helper->getAllAnimals();
91 $animals = $this->helper->getAllAnimals();
125 $animals = $helper->getAllAnimals();
61 $animals = $this->farm_util->getAllAnimals();
236 $allAnimals = $farmer->getAllAnimals();
57 foreach($farmer->getAllAnimals() as $animal) {
39 public function getAllAnimals() { function in dokuwiki\\plugin\\farmsync\\meta\\FarmSyncUtil40 return $this->farmer->getAllAnimals();