LdapTools\AttributeConverter\ConvertExchangeProxyAddress::isDefaultValueAttribute PHP Метод

isDefaultValueAttribute() защищенный Метод

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