eZ\Publish\Core\MVC\Symfony\Routing\SimplifiedRequest::__sleep PHP Method

__sleep() public method

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');
    }