LdapTools\AttributeConverter\ConvertExchangeProxyAddress::isDefaultValueAttribute PHP Méthode

isDefaultValueAttribute() protected méthode

Determine if the current attribute we are on is the default attribute for its type.
protected isDefaultValueAttribute ( ) : boolean
Résultat boolean
    protected function isDefaultValueAttribute()
    {
        return in_array(MBString::strtolower($this->getAttribute()), MBString::array_change_value_case($this->getOptions()['default']));
    }