Exemple #1
0
 /**
  * Sets the context response.
  *
  * @return KCommandContext
  */
 public function getCommandContext()
 {
     $context = parent::getCommandContext();
     $context->viewer = $this->_state->viewer;
     return $context;
 }