Example #1
0
 /**
  * @return Company[]
  */
 public function getAll()
 {
     return parent::getObjs('Company');
 }
Example #2
0
 /**
  * @return Agreement[]
  */
 public function getAll()
 {
     return parent::getObjs('Agreement');
 }
Example #3
0
 /**
  * @return Relation[]
  */
 public function getAll()
 {
     return parent::getObjs('Relation');
 }