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

history
<?php
class ApiRandomFile extends Model {
	
}

class ApiRandomFileTwo extends MappedRandomFile {
	
}
?>