offsetExists() 공개 메소드

public offsetExists ( $Index )
예제 #1
0
 public function offsetExists($index)
 {
     $this->Load();
     return parent::offsetExists($index);
 }