offsetGet() public method

public offsetGet ( $Index )
コード例 #1
0
ファイル: LazyCollection.php プロジェクト: timetoogo/penumbra
 public function offsetGet($index)
 {
     $this->Load();
     return parent::offsetGet($index);
 }