N98\Magento\Command\Admin\User\LockCommand::isEnabled PHP Method

isEnabled() public method

public isEnabled ( ) : boolean
return boolean
    public function isEnabled()
    {
        return $this->getApplication()->isMagentoEnterprise();
    }