PHP Class PAMI\Message\Action\LoginAction

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 $user, string $password, string | null $eventMask = null ) : void Constructor.

Method Details

__construct() public method

Constructor.
public __construct ( string $user, string $password, string | null $eventMask = null ) : void
$user string AMI username.
$password string AMI password.
$eventMask string | null
return void