khanat-opennel-code/code/web/app/app_achievements/class/Parentum_inter.php

5 lines
64 B
PHP
Raw Normal View History

<?php
interface Parentum {
function makeChild(&$a);
}
?>