PHP Class LdapTools\Query\Operator\Wildcard

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

Protected Properties

Property Type Description
$wildcardType The wildcard type selected.

Public Methods

Method 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 method

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 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

$wildcardType protected_oe property

The wildcard type selected.
protected $wildcardType