phpLDAPadmin
[ class tree: phpLDAPadmin ] [ index: phpLDAPadmin ] [ all elements ]

Class: LdapExportInfo

Source Location: /lib/export_functions.php

Class Overview


This class encapsulate informations about the ldap server from which the export is done.


Methods



Class Details

[line 57]
This class encapsulate informations about the ldap server from which the export is done.

The following info are provided within this class:

$ldapserver: the object of the server. $base_dn: if the source of the export is the ldap server, it indicates the base dn of the search. $query_filter: if the source of the export is the ldap server, it indicates the query filter for the search. $scope: if the source of the export is the ldap server, it indicates the scope of the search.




[ Top ]


Class Methods


constructor LdapExportInfo [line 72]

LdapExportInfo LdapExportInfo( int $server_id, [String $base_dn = null], [String $query_filter = null], [String $scope = null])

Create a new LdapExportInfo object



Parameters:

int   $server_id   the server id
String   $base_dn   the base_dn for the search in a ldap server
String   $query_filter   the query filter for the search
String   $scope   the scope of the search in a ldap server

[ Top ]


Documentation generated on Sun, 30 Dec 2007 17:49:54 -0800 by phpDocumentor 1.3.1