setOffset() public method

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