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