PHP Class Phergie_Event_Abstract, phergie

Author: Phergie Development Team ([email protected])
Datei anzeigen Open project: phergie/phergie Class Usage Examples

Protected Properties

Property Type Description
$type string Event type, used for determining the callback to execute in response

Public Methods

Method Description
getType ( ) : string Returns the event type.
setType ( string $type ) : Phergie_Event_Abstract Sets the event type.

Method Details

getType() public method

Returns the event type.
public getType ( ) : string
return string

setType() public method

Sets the event type.
public setType ( string $type ) : Phergie_Event_Abstract
$type string Event type
return Phergie_Event_Abstract Implements a fluent interface

Property Details

$type protected_oe property

Event type, used for determining the callback to execute in response
protected string $type
return string