Ejemplo n.º 1
0
 /**
  * Constructor.
  *
  * @param string $rawContent Literal message as received from ami.
  *
  * @return void
  */
 public function __construct($rawContent)
 {
     parent::__construct($rawContent);
 }
Ejemplo n.º 2
0
 /**
  * Constructor.
  *
  * @param string $rawContent Literal message as received from ami.
  */
 public function __construct($rawContent)
 {
     parent::__construct($rawContent);
     $this->setKey('Env', urldecode($this->getEnv()));
 }
Ejemplo n.º 3
0
 /**
  * Constructor.
  *
  * @param string $rawContent Literal message as received from ami.
  */
 public function __construct($rawContent)
 {
     parent::__construct($rawContent);
     $this->setKey('Result', urldecode($this->getResult()));
 }