PHP Class LdapTools\Event\LdapObjectSchemaEvent

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

Protected Properties

Свойство Type Description
$schema LdapTools\Schema\LdapObjectSchema

Méthodes publiques

Méthode Description
__construct ( string $eventName, LdapObjectSchema $schema )
getLdapObjectSchema ( ) : LdapObjectSchema

Method Details

__construct() public méthode

public __construct ( string $eventName, LdapObjectSchema $schema )
$eventName string
$schema LdapTools\Schema\LdapObjectSchema

getLdapObjectSchema() public méthode

public getLdapObjectSchema ( ) : LdapObjectSchema
Résultat LdapTools\Schema\LdapObjectSchema

Property Details

$schema protected_oe property

protected LdapObjectSchema,LdapTools\Schema $schema
Résultat LdapTools\Schema\LdapObjectSchema