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

history
<?php
interface SillyTestInterface {
	function woot();
}