eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\Map::__sleep PHP Method

__sleep() public method

Do not serialize the Siteaccess configuration in order to reduce ESI request URL size.
See also: https://jira.ez.no/browse/EZP-23168
public __sleep ( ) : array
return array
    public function __sleep()
    {
        $this->map = array();
        $this->reverseMap = array();
        return array('map', 'reverseMap', 'key');
    }