Raw File
php-interface
interface RIGHT
{
    public function foo($ChangeMe);
}
back to top