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

Fonctions membres publiques

 setStream ($stream)
 
 getStream ()
 
- Fonctions membres publiques hérités de InputInterface
 getFirstArgument ()
 
 hasParameterOption ($values, bool $onlyParams=false)
 
 getParameterOption ($values, $default=false, bool $onlyParams=false)
 
 bind (InputDefinition $definition)
 
 validate ()
 
 getArguments ()
 
 getArgument (string $name)
 
 setArgument (string $name, $value)
 
 hasArgument (string $name)
 
 getOptions ()
 
 getOption (string $name)
 
 setOption (string $name, $value)
 
 hasOption (string $name)
 
 isInteractive ()
 
 setInteractive (bool $interactive)
 

Description détaillée

StreamableInputInterface is the interface implemented by all input classes that have an input stream.

Auteur
Robin Chalas robin.nosp@m..cha.nosp@m.las@g.nosp@m.mail.nosp@m..com

Documentation des fonctions membres

◆ getStream()

getStream ( )

Returns the input stream.

Renvoie
resource|null

Implémenté dans Input.

◆ setStream()

setStream (   $stream)

Sets the input stream to read from when interacting with the user.

This is mainly useful for testing purpose.

Paramètres
resource$streamThe input stream

Implémenté dans Input.


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