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