Exemplo n.º 1
0
 /**
  * Constructor.
  *
  * @param string $what Action command
  */
 public function __construct($what)
 {
     parent::__construct();
     $this->setKey('Action', $what);
     $this->setKey('ActionID', microtime(true));
 }