[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 60 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ConsoleCommandEvent:: (3 methods):
disableCommand()
enableCommand()
commandShouldRun()
Class: ConsoleCommandEvent - X-Ref
Allows to do things before the command is executed, like skipping the command or changing the input.disableCommand() X-Ref |
Disables the command, so it won't be run. return: bool |
enableCommand() X-Ref |
Enables the command. return: bool |
commandShouldRun() X-Ref |
Returns true if the command is runnable, false otherwise. return: bool |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |