Exemplo n.º 1
0
 /**
  * Set the action name
  *
  * @param string $actionName
  */
 public static function setActionName($actionName)
 {
     self::$_actionName = $actionName;
 }