PHP Class LdapTools\Query\Operator\MatchingRule

Author: Chad Sikorra ([email protected])
Inheritance: extends BaseOperator
Datei anzeigen Open project: ldaptools/ldaptools

Protected Properties

Property Type Description
$oid string

Public Methods

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

Method Details

__construct() public method

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

getLdapFilter() public method

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

toLdapFilter() public method

public toLdapFilter ( $alias = null )

Property Details

$oid protected_oe property

protected string $oid
return string