Carew\Command\Serve::isEnabled PHP Méthode

isEnabled() public méthode

public isEnabled ( )
    public function isEnabled()
    {
        if (version_compare(phpversion(), '5.4.0', '<')) {
            return false;
        }
        return parent::isEnabled();
    }