LdapTools\AttributeConverter\ConvertInteger::fromLdap PHP Méthode

fromLdap() public méthode

public fromLdap ( $value )
    public function fromLdap($value)
    {
        return (int) $value;
    }
ConvertInteger