PHP Class LdapTools\Query\Operator\MatchingRule

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

Protected Properties

Свойство Type Description
$oid string

Méthodes publiques

Méthode Description
__construct ( string $attribute, string $oid, mixed $value )
getLdapFilter ( null $alias = null ) : string
toLdapFilter ( $alias = null )

Method Details

__construct() public méthode

public __construct ( string $attribute, string $oid, mixed $value )
$attribute string
$oid string
$value mixed

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

$oid protected_oe property

protected string $oid
Résultat string