PAMI\Message\Event\AsyncAGIExecEvent::__construct PHP Метод

__construct() публичный Метод

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()));
    }