예제 #1
0
파일: page.php 프로젝트: stonyyi/anahita
 /**
  * Redirect after edit.
  *
  * (non-PHPdoc)
  *
  * @see ComBaseControllerService::_actionEdit()
  */
 protected function _actionEdit(KCommandContext $context)
 {
     $result = parent::_actionEdit($context);
     $this->registerCallback('after.edit', array($this, 'redirect'));
 }