Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface StyleInterface
+ Graphe d'héritage de StyleInterface:

Fonctions membres publiques

 title (string $message)
 
 section (string $message)
 
 listing (array $elements)
 
 text ($message)
 
 success ($message)
 
 error ($message)
 
 warning ($message)
 
 note ($message)
 
 caution ($message)
 
 table (array $headers, array $rows)
 
 ask (string $question, string $default=null, callable $validator=null)
 
 askHidden (string $question, callable $validator=null)
 
 confirm (string $question, bool $default=true)
 
 choice (string $question, array $choices, $default=null)
 
 newLine (int $count=1)
 
 progressStart (int $max=0)
 
 progressAdvance (int $step=1)
 
 progressFinish ()
 

Description détaillée

Documentation des fonctions membres

◆ ask()

ask ( string  $question,
string  $default = null,
callable  $validator = null 
)

Asks a question.

Renvoie
mixed

Implémenté dans SymfonyStyle.

◆ askHidden()

askHidden ( string  $question,
callable  $validator = null 
)

Asks a question with the user input hidden.

Renvoie
mixed

Implémenté dans SymfonyStyle.

◆ caution()

caution (   $message)

Formats a caution admonition.

Paramètres
string | array$message

Implémenté dans SymfonyStyle.

◆ choice()

choice ( string  $question,
array  $choices,
  $default = null 
)

Asks a choice question.

Paramètres
string | int | null$default
Renvoie
mixed

Implémenté dans SymfonyStyle.

◆ confirm()

confirm ( string  $question,
bool  $default = true 
)

Asks for confirmation.

Renvoie
bool

Implémenté dans SymfonyStyle.

◆ error()

error (   $message)

Formats an error result bar.

Paramètres
string | array$message

Implémenté dans SymfonyStyle.

◆ listing()

listing ( array  $elements)

Formats a list.

Implémenté dans SymfonyStyle.

◆ newLine()

newLine ( int  $count = 1)

Add newline(s).

Implémenté dans SymfonyStyle, et OutputStyle.

◆ note()

note (   $message)

Formats a note admonition.

Paramètres
string | array$message

Implémenté dans SymfonyStyle.

◆ progressAdvance()

progressAdvance ( int  $step = 1)

Advances the progress output X steps.

Implémenté dans SymfonyStyle.

◆ progressFinish()

progressFinish ( )

Finishes the progress output.

Implémenté dans SymfonyStyle.

◆ progressStart()

progressStart ( int  $max = 0)

Starts the progress output.

Implémenté dans SymfonyStyle.

◆ section()

section ( string  $message)

Formats a section title.

Implémenté dans SymfonyStyle.

◆ success()

success (   $message)

Formats a success result bar.

Paramètres
string | array$message

Implémenté dans SymfonyStyle.

◆ table()

table ( array  $headers,
array  $rows 
)

Formats a table.

Implémenté dans SymfonyStyle.

◆ text()

text (   $message)

Formats informational text.

Paramètres
string | array$message

Implémenté dans SymfonyStyle.

◆ title()

title ( string  $message)

Formats a command title.

Implémenté dans SymfonyStyle.

◆ warning()

warning (   $message)

Formats an warning result bar.

Paramètres
string | array$message

Implémenté dans SymfonyStyle.


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