Esempio n. 1
0
 private function getSlave($mac, $zone)
 {
     $fetcher = new FetchData($this->controller, $this->isAnonymous);
     return $fetcher->getClientByMac($mac, $zone);
 }