コード例 #1
0
ファイル: Query.php プロジェクト: matak/dbrecord
 /**
  *	Tovarnicka na colekci
  */
 public function collection()
 {
     return $this->repository->collection($this);
 }