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