-
Notifications
You must be signed in to change notification settings - Fork 0
class Manager
www/php-ircbot/Classes/Library/IRC/Command/Manager.php
The execution of commands, and dependencies.
IRCBot\Library
- Daniel Siepmann [email protected]
No public properties found
No constants found
activateCommand() | activatePackage() | executeCommand() |
protected
$activeCommands
protected
$activePackages
protected
$availableCommands
protected
$availablePackages
Replace this by configuration in version
protected
$directoryOfCommands : string
Array
- Inherited from \Library\IRC\Command\Manager
public
activateCommand(mixed $commandName, mixed $packageName) : mixed
- Inherited from \Library\IRC\Command\Manager
public
activatePackage(mixed $packageName) : mixed
- Inherited from \Library\IRC\Command\Manager
private
checkDependencies(mixed $commandName, mixed $packageName) : mixed
- Inherited from \Library\IRC\Command\Manager
public
executeCommand(mixed $commandName, mixed $packageName) : mixed
Read the directory recursive and get all available packages (folders) and commands (files).
Saves them in the properties and a cache file. If the cache file already exists, use this instad.
- Inherited from \Library\IRC\Command\Manager
private
getAvailablePackagesAndCommands() : bool
- author: Daniel Siepmann [email protected]
- Inherited from \Library\IRC\Command\Manager
private
laodPackages() : mixed
- Inherited from \Library\IRC\Command\Manager
private
loadCommands() : mixed
- Inherited from \Library\IRC\Command\Manager
private
readCache() : mixed
- Inherited from \Library\IRC\Command\Manager
private
readEntireDirectory() : mixed
\ » Classes » Manager
Documentation generated on April 26th, 2020 at 15:54.
Powered by phpDocumentor with template GitHub-wiki.