offsetExists() public method

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