offsetSet() public method

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