offsetGet() публичный Метод

public offsetGet ( $Index )
Пример #1
0
 public function offsetGet($index)
 {
     $this->Load();
     return parent::offsetGet($index);
 }