mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 09:49:05 +00:00
8886ed94b7
--HG-- branch : gsoc2012-achievements
5 lines
No EOL
64 B
PHP
5 lines
No EOL
64 B
PHP
<?php
|
|
interface Parentum {
|
|
function makeChild(&$a);
|
|
}
|
|
?>
|