PAMI\Message\Action\DAHDITransferAction::__construct PHP Method

__construct() public method

Constructor.
public __construct ( string $channel )
$channel string DAHDIChannel
    public function __construct($channel)
    {
        parent::__construct('DAHDITransfer');
        $this->setKey('DAHDIChannel', $channel);
    }
DAHDITransferAction