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

fromLdap() public méthode

public fromLdap ( $value )
    public function fromLdap($value)
    {
        return (bool) ($value == '0');
    }
ConvertPasswordMustChange