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