Imports all generic classes from the RippingCluster project, with any ripping-specific code stripped out. Tested against a dummy project for errors.
11 lines
124 B
PHP
11 lines
124 B
PHP
<?php
|
|
|
|
interface Sihnon_IPlugin {
|
|
|
|
public static function init();
|
|
|
|
public static function name();
|
|
|
|
}
|
|
|
|
?>
|