offsetGet() public méthode

public offsetGet ( $Index )
 public function offsetGet($index)
 {
     $this->Load();
     return parent::offsetGet($index);
 }