11 lines
132 B
PHP
11 lines
132 B
PHP
<?php
|
|
|
|
interface RippingCluster_IPlugin {
|
|
|
|
public static function init();
|
|
|
|
public static function name();
|
|
|
|
}
|
|
|
|
?>
|