api_generator / branches / master / tests / test_app / basics.php

history
<?php
/**
 * Does something
 *
 * @access public
 * @return void
 **/
	function debug() {
	
	}
?>