Carew\Command\Serve::isEnabled PHP Method

isEnabled() public method

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