LdapTools\AttributeConverter\ConvertExchangeProxyAddress::isDefaultValueAttribute PHP Method

isDefaultValueAttribute() protected method

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