Example #1
0
 public function getAll($count = null, $offset = null)
 {
     return $this->arrayToEntities(parent::getAll($count, $offset));
 }