[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 246 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Question:: (16 methods):
__construct()
getQuestion()
getDefault()
isHidden()
setHidden()
isHiddenFallback()
setHiddenFallback()
getAutocompleterValues()
setAutocompleterValues()
setValidator()
getValidator()
setMaxAttempts()
getMaxAttempts()
setNormalizer()
getNormalizer()
isAssoc()
__construct($question, $default = null) X-Ref |
param: string $question The question to ask to the user param: mixed $default The default answer to return if the user enters nothing |
getQuestion() X-Ref |
Returns the question. return: string |
getDefault() X-Ref |
Returns the default answer. return: mixed |
isHidden() X-Ref |
Returns whether the user response must be hidden. return: bool |
setHidden($hidden) X-Ref |
Sets whether the user response must be hidden or not. param: bool $hidden return: $this |
isHiddenFallback() X-Ref |
In case the response can not be hidden, whether to fallback on non-hidden question or not. return: bool |
setHiddenFallback($fallback) X-Ref |
Sets whether to fallback on non-hidden question if the response can not be hidden. param: bool $fallback return: $this |
getAutocompleterValues() X-Ref |
Gets values for the autocompleter. return: iterable|null |
setAutocompleterValues($values) X-Ref |
Sets values for the autocompleter. param: iterable|null $values return: $this |
setValidator($validator) X-Ref |
Sets a validator for the question. param: callable|null $validator return: $this |
getValidator() X-Ref |
Gets the validator for the question. return: callable|null |
setMaxAttempts($attempts) X-Ref |
Sets the maximum number of attempts. Null means an unlimited number of attempts. param: int|null $attempts return: $this |
getMaxAttempts() X-Ref |
Gets the maximum number of attempts. Null means an unlimited number of attempts. return: int|null |
setNormalizer($normalizer) X-Ref |
Sets a normalizer for the response. The normalizer can be a callable (a string), a closure or a class implementing __invoke. param: callable $normalizer return: $this |
getNormalizer() X-Ref |
Gets the normalizer for the response. The normalizer can ba a callable (a string), a closure or a class implementing __invoke. return: callable |
isAssoc($array) X-Ref |
No description |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |