You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?php
-
- namespace dokuwiki\Extension;
-
- use splitbrain\phpcli\CLI;
-
- /**
- * CLI plugin prototype
- *
- * Provides DokuWiki plugin functionality on top of php-cli
- */
- abstract class CLIPlugin extends CLI implements PluginInterface
- {
- use PluginTrait;
- }
|