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