9 lines
95 B
PHP
9 lines
95 B
PHP
<?php
|
|
|
|
interface RippingCluster_IPluginFactory {
|
|
|
|
public static function init();
|
|
|
|
}
|
|
|
|
?>
|