LdapTools\AttributeConverter\ConvertLdapObjectType::toLdap PHP 메소드

toLdap() 공개 메소드

public toLdap ( $value )
    public function toLdap($value)
    {
        throw new AttributeConverterException('Converting the LDAP object to LDAP is not supported');
    }