![]() |
Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct ($name, array $arguments=array()) | |
![]() | |
__construct ($name, array $arguments=[]) | |
![]() | |
__construct (string $name, array $arguments=[]) | |
offsetSet ($name, $value) | |
offsetUnset ($name) | |
![]() | |
__construct (string $name, array $arguments=[]) | |
getArgument ($name, $default=null) | |
setArgument ($name, $value) | |
![]() | |
addArgument ($name, $value) | |
setArgument ($name, $value) | |
removeArgument ($name) | |
clearArguments () | |
stop () | |
offsetSet ($name, $value) | |
offsetUnset ($name) | |
![]() | |
__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 | |
setSrc ($value) | |
setIgnore ($value) | |
![]() | |
setSubject ($value) | |
Membres hérités additionnels | |
![]() | |
static | create (string $eventName, array $arguments=[]) |
![]() | |
$name | |
$arguments | |
$stopped = false | |
Event class for JTable's onBeforeBind event
__construct | ( | $name, | |
array | $arguments = array() |
||
) |
Constructor.
Mandatory arguments: subject JTableInterface The table we are operating on src mixed An associative array or object to bind to the JTable instance. ignore mixed An optional array or space separated list of properties to ignore while binding.
string | $name | The event name. |
array | $arguments | The event arguments. |
BadMethodCallException |
Références $name, et Symfony\Contracts\Service\__construct().
|
protected |
Setter for the ignore argument
mixed | $value | The value to set |
BadMethodCallException | if the argument is not of the expected type |
Références $value.
|
protected |
Setter for the src argument
mixed | $value | The value to set |
BadMethodCallException | if the argument is not of the expected type |
Références $value.