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

toLdap() 공개 메소드

public toLdap ( $value )
    public function toLdap($value)
    {
        return (string) $value;
    }
ConvertInteger