Пример #1
0
 /**
  * @return object|null
  */
 public function findOne()
 {
     $this->limit(1);
     $this->build();
     return parent::findOne();
 }