<?php

	/**
	 * actions for the %module_key% module
	 */
	class %module_key%Actions extends TBGAction
	{

		/**
		 * Index page
		 * 
		 * @param TBGRequest $request The incoming request
		 */
		public function runIndex(TBGRequest $request)
		{
		}

	}

