Ejemplo n.º 1
0
 /**
  * @return Action
  */
 public static function action()
 {
     if (null == self::$_action) {
         self::$_action = new Action();
     }
     return self::$_action;
 }