7 lines
No EOL
68 B
PHP
Executable file
7 lines
No EOL
68 B
PHP
Executable file
<?php
|
|
|
|
interface Core{
|
|
|
|
public function action($action);
|
|
|
|
} |