Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (string $question, bool $default=true, string $trueAnswerRegex='/^y/i') | |
Fonctions membres publiques hérités de Question | |
__construct (string $question, $default=null) | |
getQuestion () | |
getDefault () | |
isMultiline () | |
setMultiline (bool $multiline) | |
isHidden () | |
setHidden (bool $hidden) | |
isHiddenFallback () | |
setHiddenFallback (bool $fallback) | |
getAutocompleterValues () | |
setAutocompleterValues (?iterable $values) | |
getAutocompleterCallback () | |
setAutocompleterCallback (callable $callback=null) | |
setValidator (callable $validator=null) | |
getValidator () | |
setMaxAttempts (?int $attempts) | |
getMaxAttempts () | |
setNormalizer (callable $normalizer) | |
getNormalizer () | |
isTrimmable () | |
setTrimmable (bool $trimmable) | |
Fonctions membres privées | |
getDefaultNormalizer () | |
Attributs privés | |
$trueAnswerRegex | |
Membres hérités additionnels | |
Fonctions membres protégées hérités de Question | |
isAssoc (array $array) | |
Represents a yes/no question.
string | $question | The question to ask to the user |
bool | $default | The default answer to return, true or false |
string | $trueAnswerRegex | A regex to match the "yes" answer |
Références Question\$default, Question\$question, ConfirmationQuestion\$trueAnswerRegex, Symfony\Contracts\Service\__construct(), ConfirmationQuestion\getDefaultNormalizer(), et Question\setNormalizer().
|
private |
Returns the default answer normalizer.
Références Question\$default, ConfirmationQuestion\$trueAnswerRegex, et Question\getDefault().
Référencé par ConfirmationQuestion\__construct().
|
private |
Référencé par ConfirmationQuestion\__construct(), et ConfirmationQuestion\getDefaultNormalizer().