Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::isEnabled PHP 메소드

isEnabled() 공개 메소드

public isEnabled ( )
    public function isEnabled()
    {
        return self::DISABLED !== $this->mode;
    }