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

Fonctions membres publiques

 __construct ($name, array $arguments=array())
 
- Fonctions membres publiques hérités de AbstractEvent
 __construct ($name, array $arguments=[])
 
- Fonctions membres publiques hérités de AbstractImmutableEvent
 __construct (string $name, array $arguments=[])
 
 offsetSet ($name, $value)
 
 offsetUnset ($name)
 
- Fonctions membres publiques hérités de AbstractEvent
 __construct (string $name, array $arguments=[])
 
 getArgument ($name, $default=null)
 
 setArgument ($name, $value)
 
- Fonctions membres publiques hérités de Event
 addArgument ($name, $value)
 
 setArgument ($name, $value)
 
 removeArgument ($name)
 
 clearArguments ()
 
 stop ()
 
 offsetSet ($name, $value)
 
 offsetUnset ($name)
 
- Fonctions membres publiques hérités de AbstractEvent
 __construct ($name, array $arguments=[])
 
 getName ()
 
 getArgument ($name, $default=null)
 
 hasArgument ($name)
 
 getArguments ()
 
 isStopped ()
 
 stopPropagation ()
 
 count ()
 
 serialize ()
 
 __serialize ()
 
 unserialize ($serialized)
 
 __unserialize (array $data)
 
 offsetExists ($name)
 
 offsetGet ($name)
 

Fonctions membres protégées

 setQuery ($value)
 
 setDelta ($value)
 
 setWhere ($value)
 
- Fonctions membres protégées hérités de AbstractEvent
 setSubject ($value)
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de AbstractEvent
static create (string $eventName, array $arguments=[])
 
- Attributs protégés hérités de AbstractEvent
 $name
 
 $arguments
 
 $stopped = false
 

Description détaillée

Event class for JTable's onBeforeMove event

Depuis
4.0.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $name,
array  $arguments = array() 
)

Constructor.

Mandatory arguments: subject JTableInterface The table we are operating on query DatabaseQuery The query to get the primary keys and ordering values for the selection. delta int The direction and magnitude to move the row in the ordering sequence. where string WHERE clause to use for limiting the selection of rows to compact the ordering values.

Paramètres
string$nameThe event name.
array$argumentsThe event arguments.
Exceptions
BadMethodCallException

Références $name, et Symfony\Contracts\Service\__construct().

Documentation des fonctions membres

◆ setDelta()

setDelta (   $value)
protected

Setter for the delta argument

Paramètres
int$valueThe value to set
Renvoie
integer
Exceptions
BadMethodCallExceptionif the argument is not of the expected type

Références $value.

◆ setQuery()

setQuery (   $value)
protected

Setter for the query argument

Paramètres
DatabaseQuery$valueThe value to set
Renvoie
mixed
Exceptions
BadMethodCallExceptionif the argument is not of the expected type

Références $value.

◆ setWhere()

setWhere (   $value)
protected

Setter for the where argument

Paramètres
string | null$valueThe value to set
Renvoie
mixed
Exceptions
BadMethodCallExceptionif the argument is not of the expected type

Références $value.


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