offsetGet() 공개 메소드

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