PAMI\Message\Event\AsyncAGIExecEvent::__construct PHP Method

__construct() public method

Constructor.
public __construct ( string $rawContent )
$rawContent string Literal message as received from ami.
    public function __construct($rawContent)
    {
        parent::__construct($rawContent);
        $this->setKey('Result', urldecode($this->getResult()));
    }