mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 09:49:04 +00:00
5 lines
64 B
PHP
5 lines
64 B
PHP
|
<?php
|
||
|
interface Parentum {
|
||
|
function makeChild(&$a);
|
||
|
}
|
||
|
?>
|