Changeset 1821
- Timestamp:
- 09/02/08 15:45:26 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework/trunk/src/main/php/net/stubbles/peer/ldap/stubLDAPConnection.php
r1763 r1821 10 10 * @see RFC 4515 LDAP: String Representation of Search Filters http://tools.ietf.org/html/rfc4515 11 11 */ 12 stubClassLoader::load('net::stubbles::peer::ldap::stubLDAPURL', 12 stubClassLoader::load('net::stubbles::lang::exceptions::stubIllegalArgumentException', 13 'net::stubbles::peer::stubConnectionException', 14 'net::stubbles::peer::ldap::stubLDAPURL', 13 15 'net::stubbles::peer::ldap::stubLDAPSearchResult' 14 16 );
