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

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
 

Description détaillée

Helper is the base class for all helper classes.

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

Documentation des fonctions membres

◆ formatMemory()

static formatMemory ( int  $memory)
static

◆ formatTime()

static formatTime (   $secs)
static

◆ getHelperSet()

getHelperSet ( )

{Gets the helper set associated with this helper.

Renvoie
HelperSet|null
}

Implémente HelperInterface.

Références Helper\$helperSet.

Référencé par ProcessHelper\run(), ProcessHelper\wrapCallback(), et QuestionHelper\writeError().

◆ length()

static length ( ?string  $string)
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().

◆ removeDecoration()

◆ setHelperSet()

setHelperSet ( HelperSet  $helperSet = null)

{Sets the helper set associated with this helper.}

Implémente HelperInterface.

Références Helper\$helperSet.

◆ strlen()

static strlen ( ?string  $string)
static

Returns the length of a string, using mb_strwidth if it is available.

Obsolète:
since Symfony 5.3
Renvoie
int

Références width.

Référencé par QuestionHelper\autocomplete(), QuestionHelper\doAsk(), et Table\renderCell().

◆ strlenWithoutDecoration()

static strlenWithoutDecoration ( OutputFormatterInterface  $formatter,
?string  $string 
)
static
Obsolète:
since Symfony 5.3

Références width.

◆ substr()

static substr ( ?string  $string,
int  $from,
int  $length = null 
)
static

Returns the subset of a string, using mb_substr if it is available.

Renvoie
string

Références null.

Référencé par QuestionHelper\autocomplete(), Application\find(), QuestionHelper\getHiddenResponse(), et Table\renderRowSeparator().

◆ width()

Documentation des champs

◆ $helperSet

$helperSet = null
protected

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