LdapTools\AttributeConverter\ConvertLdapObjectType::toLdap PHP Method

toLdap() public method

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