Example #1
0
 protected function fromRow(IEntity $entity, $data)
 {
     $entity->set($data);
     return $entity;
 }