offsetSet() public method

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