mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-08 08:19:01 +00:00
5 lines
91 B
PHP
5 lines
91 B
PHP
|
<?php
|
||
|
abstract class Parentum {
|
||
|
abstract protected function makeChild(&$args);
|
||
|
}
|
||
|
?>
|