public function getIteratorClass()
 {
     $this->__load();
     return parent::getIteratorClass();
 }
Esempio n. 2
0
 public function getWhathoodUser()
 {
     return \Whathood\Entity\WhathoodUser::build($this->getRequest());
 }