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