Phalcon\Db\Result\Serializable::__wakeup PHP Method

__wakeup() public method

Resets the internal pointer
public __wakeup ( )
    public function __wakeup()
    {
        $this->position = 0;
    }