PHP Class Adldap\Query\Bindings\Filter

Inheritance: extends AbstractBinding
Show file Open project: adldap2/adldap2

Protected Properties

Property Type Description
$query string The raw filter query.

Public Methods

Method Description
__construct ( string $query ) Constructor.
__toString ( ) : string Returns the filter query.
getQuery ( ) : string Returns the filter query.

Method Details

__construct() public method

Constructor.
public __construct ( string $query )
$query string

__toString() public method

Returns the filter query.
public __toString ( ) : string
return string

getQuery() public method

Returns the filter query.
public getQuery ( ) : string
return string

Property Details

$query protected property

The raw filter query.
protected string $query
return string