offsetGet() public method

public offsetGet ( $Index )
Esempio n. 1
0
 public function offsetGet($index)
 {
     $this->Load();
     return parent::offsetGet($index);
 }