PHP Class Bravo3\Orm\Events\PubSubEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event
Afficher le fichier Open project: bravo3/orm Class Usage Examples

Protected Properties

Свойство Type Description
$payload string Message received via the Pub/Sub event

Méthodes publiques

Méthode Description
__construct ( string $message )
getMessage ( ) : string Returns the received message.

Method Details

__construct() public méthode

public __construct ( string $message )
$message string

getMessage() public méthode

Returns the received message.
public getMessage ( ) : string
Résultat string

Property Details

$payload protected_oe property

Message received via the Pub/Sub event
protected string $payload
Résultat string