PHP Class PAMI\Message\Action\HangupAction

PHP Version 5
Author: Marcelo Gornstein ([email protected])
Inheritance: extends PAMI\Message\Action\ActionMessage
Show file Open project: marcelog/pami

Public Methods

Method Description
__construct ( string $channel, integer $cause = null ) : void Constructor.

Method Details

__construct() public method

Constructor.
public __construct ( string $channel, integer $cause = null ) : void
$channel string Channel to hangup.
$cause integer Hangup cause.
return void