PHP Class LdapTools\Query\Operator\Wildcard

Author: Chad Sikorra ([email protected])
Inheritance: extends Comparison
Afficher le fichier Open project: ldaptools/ldaptools

Protected Properties

Свойство Type Description
$wildcardType The wildcard type selected.

Méthodes publiques

Méthode Description
__construct ( string $attribute, string $type, null | string $value = null ) Construct a filter that contains a wildcard.
getLdapFilter ( null $alias = null ) : string
toLdapFilter ( $alias = null )

Method Details

__construct() public méthode

Construct a filter that contains a wildcard.
public __construct ( string $attribute, string $type, null | string $value = null )
$attribute string
$type string
$value null | string

getLdapFilter() public méthode

Deprecation: Use the 'toLdapFilter()' method instead.
public getLdapFilter ( null $alias = null ) : string
$alias null
Résultat string

toLdapFilter() public méthode

public toLdapFilter ( $alias = null )

Property Details

$wildcardType protected_oe property

The wildcard type selected.
protected $wildcardType