Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
setHelperSet (HelperSet $helperSet=null) | |
getHelperSet () | |
Fonctions membres publiques hérités de HelperInterface | |
getName () | |
Fonctions membres publiques statiques | |
static | strlen (?string $string) |
static | width (?string $string) |
static | length (?string $string) |
static | substr (?string $string, int $from, int $length=null) |
static | formatTime ($secs) |
static | formatMemory (int $memory) |
static | strlenWithoutDecoration (OutputFormatterInterface $formatter, ?string $string) |
static | removeDecoration (OutputFormatterInterface $formatter, ?string $string) |
Attributs protégés | |
$helperSet = null | |
Helper is the base class for all helper classes.
|
static |
|
static |
Références $format.
Référencé par ProgressIndicator\initPlaceholderFormatters(), et ProgressBar\initPlaceholderFormatters().
getHelperSet | ( | ) |
{Gets the helper set associated with this helper.
Implémente HelperInterface.
Références Helper\$helperSet.
Référencé par ProcessHelper\run(), ProcessHelper\wrapCallback(), et QuestionHelper\writeError().
|
static |
Returns the length of a string, using mb_strlen if it is available. The length is related to how many bytes the string will use.
Références null.
Référencé par ProgressBar\initPlaceholderFormatters(), et Table\renderCell().
|
static |
Références OutputFormatterInterface\format(), OutputFormatterInterface\isDecorated(), et OutputFormatterInterface\setDecorated().
Référencé par ProgressBar\buildLine(), Table\calculateColumnsWidth(), SymfonyStyle\createBlock(), Table\getCellWidth(), ConsoleSectionOutput\getDisplayLength(), ProgressBar\initPlaceholderFormatters(), ProgressBar\overwrite(), Table\renderCell(), Table\renderRowSeparator(), SymfonyStyle\section(), et SymfonyStyle\title().
{Sets the helper set associated with this helper.}
Implémente HelperInterface.
Références Helper\$helperSet.
|
static |
Returns the length of a string, using mb_strwidth if it is available.
Références width.
Référencé par QuestionHelper\autocomplete(), QuestionHelper\doAsk(), et Table\renderCell().
|
static |
|
static |
Returns the subset of a string, using mb_substr if it is available.
Références null.
Référencé par QuestionHelper\autocomplete(), Application\find(), QuestionHelper\getHiddenResponse(), et Table\renderRowSeparator().
|
static |
Returns the width of a string, using mb_strwidth if it is available. The width is how many characters positions the string will use.
Références null.
Référencé par QuestionHelper\autocomplete(), ProgressBar\buildLine(), Table\calculateColumnsWidth(), TextDescriptor\calculateTotalWidthForOptions(), SymfonyStyle\createBlock(), MarkdownDescriptor\describeApplication(), TextDescriptor\describeApplication(), MarkdownDescriptor\describeCommand(), TextDescriptor\describeInputArgument(), TextDescriptor\describeInputDefinition(), TextDescriptor\describeInputOption(), Application\doRenderThrowable(), Application\find(), Table\getCellWidth(), Table\getColumnSeparatorWidth(), TextDescriptor\getColumnWidth(), ConsoleSectionOutput\getDisplayLength(), ProgressBar\overwrite(), Table\renderRowSeparator(), SymfonyStyle\section(), ProgressBar\setMaxSteps(), et SymfonyStyle\title().
|
protected |
Référencé par Helper\getHelperSet(), et Helper\setHelperSet().