예제 #1
0
파일: Query.php 프로젝트: matak/dbrecord
 /**
  *	Tovarnicka na colekci
  */
 public function collection()
 {
     return $this->repository->collection($this);
 }