示例#1
0
	/**
	 * Execute the action requested
	 *
	 * @return mixed Return from the executed action
	 */
	public static function execModule() {
		self::initModule();
		return self::$module->exec(self::$uriInfo);
	}