Searched refs:PluginInterface (Results 1 – 7 of 7) sorted by path
97 inc/PluginInterface.php
10 abstract class CLIPlugin extends \splitbrain\phpcli\CLI implements PluginInterface
10 abstract class Plugin implements PluginInterface
76 * @return PluginInterface|null the plugin object or null on failure
14 interface PluginInterface interface114 * @return PluginInterface|null helper plugin object
17 * @see PluginInterface::getInfo()37 * @see PluginInterface::isSingleton()45 * @see PluginInterface::loadHelper()57 * @see PluginInterface::getPluginType()87 * @see PluginInterface::getLang()97 * @see PluginInterface::locale_xhtml()105 * @see PluginInterface::localFN()123 * @see PluginInterface::setupLocale()159 * @see PluginInterface::getConf()176 * @see PluginInterface::loadConfig()[all …]
12 use dokuwiki\Extension\PluginInterface; alias48 * @return PluginInterface|null the plugin object or null on failure