| [ Index ] |
PHP Cross Reference of phpBB-3.2.11-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: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |