eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\Compound::__sleep PHP Метод

__sleep() публичный Метод

Serialization occurs when serializing the siteaccess for subrequests.
См. также: 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');
    }