PHP Class Fabiang\Xmpp\EventListener\Stream\AbstractSessionEvent

Inheritance: extends Fabiang\Xmpp\EventListener\AbstractEventListener
Show file Open project: fabiang/xmpp

Protected Properties

Property Type Description
$blocking boolean Listener is blocking.
$id string Generated id.

Public Methods

Method Description
getId ( ) : string Get generated id.
isBlocking ( ) {@inheritDoc}
setId ( string $id ) Set generated id.

Protected Methods

Method Description
respondeToFeatures ( Fabiang\Xmpp\Event\XMLEvent $event, $data ) : void Handle session event.

Method Details

getId() public method

Get generated id.
public getId ( ) : string
return string

isBlocking() public method

{@inheritDoc}
public isBlocking ( )

respondeToFeatures() protected method

Handle session event.
protected respondeToFeatures ( Fabiang\Xmpp\Event\XMLEvent $event, $data ) : void
$event Fabiang\Xmpp\Event\XMLEvent
return void

setId() public method

Set generated id.
public setId ( string $id )
$id string

Property Details

$blocking protected property

Listener is blocking.
protected bool $blocking
return boolean

$id protected property

Generated id.
protected string $id
return string