PAMI\Message\Action\ParkAction::__construct
Constructor.
Signature
public function __construct(string
$channel1,
string
$channel2,
[boolean
$timeout = false,
[boolean
$lot = false]] )
Parameters
$channel1— string- Channel name to park.
$channel2— string- Channel to announce park info to (and return to if timeout).
$timeout— boolean- Number of milliseconds to wait before callback.
$lot— boolean- Parking lot to park channel in.
Returns
- void