PHP Class Thruway\Event\LeaveRealmEvent

Inheritance: extends Event
Show file Open project: voryx/thruway

Public Properties

Property Type Description
$realm Thruway\Realm
$session Thruway\Session

Public Methods

Method Description
__construct ( $realm, $session )

Method Details

__construct() public method

public __construct ( $realm, $session )

Property Details

$realm public property

public Realm,Thruway $realm
return Thruway\Realm

$session public property

public Session,Thruway $session
return Thruway\Session