setOffset() public method

Set offset
public setOffset ( integer $offset ) : void
$offset integer
return void
 public function setOffset($offset)
 {
     $this->__load();
     return parent::setOffset($offset);
 }