示例#1
0
 /**
  * Actionが完了したかどうか?
  * @return boolean
  */
 public function isCompleteAction()
 {
     return $this->request->isCompleteAction();
 }