PHP Class LdapTools\Event\LdapObjectEvent

Author: Chad Sikorra ([email protected])
Inheritance: extends Event
Afficher le fichier Open project: ldaptools/ldaptools Class Usage Examples

Protected Properties

Свойство Type Description
$ldapObject LdapTools\Object\LdapObject

Méthodes publiques

Méthode Description
__construct ( string $name, LdapObject $ldapObject )
getLdapObject ( ) : LdapObject

Method Details

__construct() public méthode

public __construct ( string $name, LdapObject $ldapObject )
$name string
$ldapObject LdapTools\Object\LdapObject

getLdapObject() public méthode

public getLdapObject ( ) : LdapObject
Résultat LdapTools\Object\LdapObject

Property Details

$ldapObject protected_oe property

protected LdapObject,LdapTools\Object $ldapObject
Résultat LdapTools\Object\LdapObject