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

Fonctions membres publiques

 __construct ()
 
 describe (OutputInterface $output, ?object $object, array $options=[])
 
 register (string $format, DescriptorInterface $descriptor)
 
 getName ()
 
 getFormats ()
 
- Fonctions membres publiques hérités de Helper
 setHelperSet (HelperSet $helperSet=null)
 
 getHelperSet ()
 

Attributs privés

 $descriptors = []
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de Helper
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 hérités de Helper
 $helperSet = null
 

Description détaillée

This class adds helper method to describe objects in various formats.

Auteur
Jean-François Simon conta.nosp@m.ct@j.nosp@m.fsimo.nosp@m.n.fr

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( )

Références $this.

Documentation des fonctions membres

◆ describe()

describe ( OutputInterface  $output,
?object  $object,
array  $options = [] 
)

Describes an object if supported.

Available options are:

  • format: string, the output format name
  • raw_text: boolean, sets output type as raw
Exceptions
InvalidArgumentExceptionwhen the given format is not supported

Références $options, et $output.

◆ getFormats()

getFormats ( )

◆ getName()

getName ( )

{Returns the canonical name of this helper.

Renvoie
string
}

Implémente HelperInterface.

◆ register()

register ( string  $format,
DescriptorInterface  $descriptor 
)

Registers a descriptor.

Renvoie
$this

Références $format, et $this.

Documentation des champs

◆ $descriptors

$descriptors = []
private

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