コード例 #1
0
ファイル: Repository.php プロジェクト: redwormik/fakeorm
 public function offsetGet($offset)
 {
     return $this->getEntity($this->selection->offsetGet($offset));
 }