PHP Class LdapTools\Event\Event

Author: Chad Sikorra ([email protected])
Inheritance: implements LdapTools\Event\EventInterface
Datei anzeigen Open project: ldaptools/ldaptools Class Usage Examples

Protected Properties

Property Type Description
$name The event name.

Public Methods

Method Description
__construct ( string $name )
getName ( )

Method Details

__construct() public method

public __construct ( string $name )
$name string

getName() public method

public getName ( )

Property Details

$name protected_oe property

The event name.
protected $name