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