Phalcon\Db\Result\Serializable::__wakeup PHP 메소드

__wakeup() 공개 메소드

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