[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/lib/plugins/authad/adLDAP/collections/ -> adLDAPCollection.php (summary)

PHP LDAP CLASS FOR MANIPULATING ACTIVE DIRECTORY Version 4.0.4 PHP Version 5 with SSL and LDAP support

Author: Scott Barnett, Richard Hyland
Copyright: (c) 2006-2012 Scott Barnett, Richard Hyland
License: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html LGPLv2.1
Link: http://adldap.sourceforge.net/
Version: 4.0.4
File Size: 137 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 functions

  __construct()
  setInfo()
  __get()
  __isset()

Functions
Functions that are not part of a class:

__construct($info, adLDAP $adldap)   X-Ref
The raw info array from Active Directory


setInfo(array $info)   X-Ref
Set the raw info array from Active Directory

param: array $info

__get($attribute)   X-Ref
Magic get method to retrieve data from the raw array in a formatted way

return: mixed
param: string $attribute

__isset($attribute)   X-Ref
Magic isset method to check for the existence of an attribute

return: bool
param: string $attribute