[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 59 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ConfirmationQuestion:: (2 methods):
__construct()
getDefaultNormalizer()
Class: ConfirmationQuestion - X-Ref
Represents a yes/no question.__construct($question, $default = true, $trueAnswerRegex = '/^y/i') X-Ref |
param: string $question The question to ask to the user param: bool $default The default answer to return, true or false param: string $trueAnswerRegex A regex to match the "yes" answer |
getDefaultNormalizer() X-Ref |
Returns the default answer normalizer. return: callable |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |