PHPSA\Configuration::valueIsTrue PHP Méthode

valueIsTrue() public méthode

Checks if a configuration setting is set.
public valueIsTrue ( string $key ) : boolean
$key string
Résultat boolean
    public function valueIsTrue($key)
    {
        return (bool) $this->configuration[$key];
    }