khanat-opennel-code/code/web/app/app_achievements/class/Parentum_inter.php
SirCotare 8886ed94b7 #1470 interface for inheritable child generation added
--HG--
branch : gsoc2012-achievements
2012-06-21 22:28:51 +02:00

5 lines
No EOL
64 B
PHP

<?php
interface Parentum {
function makeChild(&$a);
}
?>