eZ\Bundle\EzPublishDebugBundle\Collector\PersistenceCacheCollector::getCallsLoggingEnabled PHP 메소드

getCallsLoggingEnabled() 공개 메소드

Typically not enabled in prod.
public getCallsLoggingEnabled ( ) : boolean
리턴 boolean
    public function getCallsLoggingEnabled()
    {
        return $this->data['calls_logging_enabled'];
    }