Ejemplo n.º 1
0
 /**
  * Sets the context response.
  *
  * @return KCommandContext
  */
 public function getCommandContext()
 {
     $context = parent::getCommandContext();
     $context->response = $this->getResponse();
     $context->request = $this->getRequest();
     return $context;
 }