#1470 interface for inheritable child generation added
--HG-- branch : gsoc2012-achievementshg/feature/gsoc2013-dfighter
parent
139be8d7dd
commit
8886ed94b7
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
interface Parentum {
|
||||
function makeChild(&$a);
|
||||
}
|
||||
?>
|
Loading…
Reference in New Issue