예제 #1
0
파일: EntityQuery.php 프로젝트: inlm/model
 public function find()
 {
     return $this->entity->find($this->field, $this);
 }