mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-24 08:06:13 +00:00
a874eb6f04
--HG-- branch : gsoc2012-achievements
5 lines
No EOL
91 B
PHP
5 lines
No EOL
91 B
PHP
<?php
|
|
abstract class Parentum {
|
|
abstract protected function makeChild(&$args);
|
|
}
|
|
?>
|