Phalcon\Db\Result\Serializable::__wakeup PHP Méthode

__wakeup() public méthode

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