PHP Class LdapTools\Event\LdapObjectSchemaEvent

Author: Chad Sikorra ([email protected])
Inheritance: extends Event
Datei anzeigen Open project: ldaptools/ldaptools

Protected Properties

Property Type Description
$schema LdapTools\Schema\LdapObjectSchema

Public Methods

Method Description
__construct ( string $eventName, LdapObjectSchema $schema )
getLdapObjectSchema ( ) : LdapObjectSchema

Method Details

__construct() public method

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

getLdapObjectSchema() public method

public getLdapObjectSchema ( ) : LdapObjectSchema
return LdapTools\Schema\LdapObjectSchema

Property Details

$schema protected_oe property

protected LdapObjectSchema,LdapTools\Schema $schema
return LdapTools\Schema\LdapObjectSchema