コード例 #1
0
ファイル: EntityQuery.php プロジェクト: inlm/model
 public function findOne()
 {
     return $this->entity->findOne($this->field, $this);
 }