Esempio n. 1
0
 /**
  * @return \Project\Entity\Result\Object
  */
 public function getObject()
 {
     if ($this->object->count() > 0) {
         return $this->object[0];
     }
     return $this->object;
 }