예제 #1
0
파일: MvcReg.php 프로젝트: airymvc/airymvc2
 /**
  * Set the action name
  *
  * @param string $actionName
  */
 public static function setActionName($actionName)
 {
     self::$_actionName = $actionName;
 }