PAMI\Message\Response\ComplexResponse::addEvent
Adds an event to this response.
If we encounter StartTable/EndTable Events we will move the events into the tables['TableName'] array
Signature
public function addEvent(EventMessage
$event )
Parameters
$event
— PAMI\Message\Event\EventMessage- Child event to add.
Returns
- void