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

Fonctions membres publiques

 setFormatter (OutputFormatterInterface $formatter)
 
 getFormatter ()
 
 setDecorated (bool $decorated)
 
 isDecorated ()
 
 setVerbosity (int $level)
 
 getVerbosity ()
 
 isQuiet ()
 
 isVerbose ()
 
 isVeryVerbose ()
 
 isDebug ()
 
 writeln ($messages, int $options=self::OUTPUT_NORMAL)
 
 write ($messages, bool $newline=false, int $options=self::OUTPUT_NORMAL)
 

Attributs privés

 $formatter
 

Membres hérités additionnels

- Champs de données hérités de OutputInterface
const VERBOSITY_QUIET = 16
 
const VERBOSITY_NORMAL = 32
 
const VERBOSITY_VERBOSE = 64
 
const VERBOSITY_VERY_VERBOSE = 128
 
const VERBOSITY_DEBUG = 256
 
const OUTPUT_NORMAL = 1
 
const OUTPUT_RAW = 2
 
const OUTPUT_PLAIN = 4
 

Description détaillée

NullOutput suppresses all output.

$output = new NullOutput();
Auteur
Fabien Potencier fabie.nosp@m.n@sy.nosp@m.mfony.nosp@m..com
Tobias Schultze http://tobion.de

Documentation des fonctions membres

◆ getFormatter()

getFormatter ( )

{Returns current output formatter instance.

Renvoie
OutputFormatterInterface
}

Implémente OutputInterface.

Références NullOutput\$formatter.

◆ getVerbosity()

getVerbosity ( )

{Gets the current verbosity of the output.

Renvoie
int
}

Implémente OutputInterface.

◆ isDebug()

isDebug ( )

{Returns whether verbosity is debug (-vvv).

Renvoie
bool
}

Implémente OutputInterface.

◆ isDecorated()

isDecorated ( )

{Gets the decorated flag.

Renvoie
bool
}

Implémente OutputInterface.

◆ isQuiet()

isQuiet ( )

{Returns whether verbosity is quiet (-q).

Renvoie
bool
}

Implémente OutputInterface.

◆ isVerbose()

isVerbose ( )

{Returns whether verbosity is verbose (-v).

Renvoie
bool
}

Implémente OutputInterface.

◆ isVeryVerbose()

isVeryVerbose ( )

{Returns whether verbosity is very verbose (-vv).

Renvoie
bool
}

Implémente OutputInterface.

◆ setDecorated()

setDecorated ( bool  $decorated)

{Sets the decorated flag.}

Implémente OutputInterface.

◆ setFormatter()

setFormatter ( OutputFormatterInterface  $formatter)

{}

Implémente OutputInterface.

◆ setVerbosity()

setVerbosity ( int  $level)

{Sets the verbosity of the output.}

Implémente OutputInterface.

◆ write()

write (   $messages,
bool  $newline = false,
int  $options = self::OUTPUT_NORMAL 
)

{Writes a message to the output.

Paramètres
string | iterable$messagesThe message as an iterable of strings or a single string
bool$newlineWhether to add a newline
int$optionsA bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUT_NORMAL | self::VERBOSITY_NORMAL
}

Implémente OutputInterface.

◆ writeln()

writeln (   $messages,
int  $options = self::OUTPUT_NORMAL 
)

{Writes a message to the output and adds a newline at the end.

Paramètres
string | iterable$messagesThe message as an iterable of strings or a single string
int$optionsA bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUT_NORMAL | self::VERBOSITY_NORMAL
}

Implémente OutputInterface.

Documentation des champs

◆ $formatter

$formatter
private

Référencé par NullOutput\getFormatter().


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