N98\Magento\Command\Cache\AbstractCacheCommand::isEnabled PHP Méthode

isEnabled() public méthode

public isEnabled ( ) : boolean
Résultat boolean
    public function isEnabled()
    {
        return $this->getApplication()->getMagentoMajorVersion() === Application::MAGENTO_MAJOR_VERSION_1;
    }