Scalr\Model\Entity\CloudCredentials::isEnabled PHP Méthode

isEnabled() public méthode

Indicates whether cloud credentials are enabled
public isEnabled ( ) : boolean
Résultat boolean Returns true if cloud credentials consider as enabled, false otherwise
    public function isEnabled()
    {
        return in_array($this->status, static::getEnabledStatuses());
    }