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

__sleep() public method

Serialization occurs when serializing the siteaccess for subrequests.
See also: eZ\Bundle\EzPublishCoreBundle\Fragment\FragmentUriGenerator::generateFragmentUri()
public __sleep ( )
    public function __sleep()
    {
        // We don't need the whole matcher map and the matcher builder once serialized.
        // config property is not needed either as it's only needed for matching.
        return array('subMatchers');
    }