Example #1
0
 /**
  * Add a client side plugin command to the response object
  *
  * Used internally to add a command to the response command list.
  * This will call <Xajax\Response\Response->addPluginCommand> using the
  * reference provided in <Xajax\Response\Response->setResponse>.
  *
  * @param array         $aAttributes        The attributes of the command
  * @param string        $sData                The data to be added to the command
  *
  * @return void
  */
 public function addCommand($aAttributes, $sData)
 {
     $this->xResponse->addPluginCommand($this, $aAttributes, $sData);
 }