istic-openstack/server/core/CoreInterface.php
2016-02-17 14:01:13 +01:00

7 lines
No EOL
68 B
PHP

<?php
interface Core{
public function action($action);
}