Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe ConfirmationQuestion
+ Graphe d'héritage de ConfirmationQuestion:

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)
 

Description détaillée

Represents a yes/no question.

Auteur
Fabien Potencier fabie.nosp@m.n@sy.nosp@m.mfony.nosp@m..com

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( string  $question,
bool  $default = true,
string  $trueAnswerRegex = '/^y/i' 
)
Paramètres
string$questionThe question to ask to the user
bool$defaultThe default answer to return, true or false
string$trueAnswerRegexA regex to match the "yes" answer

Références Question\$default, Question\$question, ConfirmationQuestion\$trueAnswerRegex, Symfony\Contracts\Service\__construct(), ConfirmationQuestion\getDefaultNormalizer(), et Question\setNormalizer().

Documentation des fonctions membres

◆ getDefaultNormalizer()

getDefaultNormalizer ( )
private

Returns the default answer normalizer.

Références Question\$default, ConfirmationQuestion\$trueAnswerRegex, et Question\getDefault().

Référencé par ConfirmationQuestion\__construct().

Documentation des champs

◆ $trueAnswerRegex


La documentation de cette classe a été générée à partir du fichier suivant :