eZ\Publish\Core\MVC\Symfony\Routing\SimplifiedRequest::__sleep PHP 메소드

__sleep() 공개 메소드

public __sleep ( )
    public function __sleep()
    {
        // Clean up headers for serialization not have a too heavy string (i.e. for ESI/Hinclude tags).
        $this->headers = array();
        return array('scheme', 'host', 'port', 'pathinfo', 'queryParams', 'languages', 'headers');
    }