Example #1
0
 public function getItems()
 {
     $model = new Item();
     $model->setRequestor($this->getRequestor());
     return $model->all();
 }