Abstract Class Zend_Ldap_Filter_Logical

Description

Zend_Ldap_Filter_Logical provides a base implementation for a grouping filter.

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • abstract:
  • license: New BSD License

Located in /Ldap/Filter/Logical.php (line 41)

Zend_Ldap_Filter_Abstract
   |
   --Zend_Ldap_Filter_Logical
Direct descendents
Class Description
 class Zend_Ldap_Filter_Or Zend_Ldap_Filter_Or provides an 'or' filter.
 class Zend_Ldap_Filter_And Zend_Ldap_Filter_And provides an 'and' filter.
Class Constant Summary
 TYPE_AND = '&'
 TYPE_OR = '|'
Method Summary
 Zend_Ldap_Filter_Logical __construct ( $subfilters, string $symbol)
 string toString ()
Methods
Constructor __construct (line 66)

Creates a new grouping filter.

  • access: protected
Zend_Ldap_Filter_Logical __construct ( $subfilters, string $symbol)
  • array $subfilters
  • string $symbol

Redefined in descendants as:
addFilter (line 88)

Adds a filter to this grouping filter.

  • access: public
toString (line 100)

Returns a string representation of the filter.

  • access: public
string toString ()

Redefinition of:
Zend_Ldap_Filter_Abstract::toString()
Returns a string representation of the filter.

Inherited Methods

Inherited From Zend_Ldap_Filter_Abstract

 Zend_Ldap_Filter_Abstract::addAnd()
 Zend_Ldap_Filter_Abstract::addOr()
 Zend_Ldap_Filter_Abstract::escapeValue()
 Zend_Ldap_Filter_Abstract::negate()
 Zend_Ldap_Filter_Abstract::toString()
 Zend_Ldap_Filter_Abstract::unescapeValue()
 Zend_Ldap_Filter_Abstract::__toString()
Class Constants
TYPE_AND = '&' (line 43)
TYPE_OR = '|' (line 44)

Documentation generated on Mon, 21 Jun 2010 15:31:54 -0400 by phpDocumentor 1.4.3