offsetGet() public method

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