コード例 #1
0
ファイル: resource.php プロジェクト: stonyyi/anahita
 /**
  * Sets the context response.
  *
  * @return KCommandContext
  */
 public function getCommandContext()
 {
     $context = parent::getCommandContext();
     $context->viewer = $this->_state->viewer;
     return $context;
 }