1 ?` ` #(` h[` xPH` xPH` 2 ?` ` #(` `$(` xPH` xPH` 3 ?` ` %(` &(` xPH` xPH` 4 ?` ` &(` '(` xPH` xPH` k5 ?` ` p'(` pGĊ` h1` 1` 6 ?` ` P((` ((` xPH` xPH` 7 ?` ` 0)(` )(` xPH` xPH` 8 ?` ` G`
X3` xPH` xPH` 9 ?` ` `G`
3` xPH` xPH` : ?` ` .(` p.(` xPH` xPH` ; ?` ` /(` /(` xPH` xPH` < ?` ` (` (` xPH` xPH` = ?` ` (` 0(` xPH` xPH` > ?` ` H(` (` xPH` xPH` ? ?` ` @(` (` xPH` xPH` @ ?` ` (` ` xPH` xPH` A ?` ` (` p(` xPH` xPH` B ?` ` (` P(` xPH` xPH` C ?` ` (` 0(` xPH` xPH` D ?` ` (` (` xPH` xPH` E ?` ` (` (` xPH` xPH` WF ?` ` G`
g ` xPH` xPH` G ?` ` X(` Ƚ(` xPH` xPH` H ?` ` p(` H` xPH` xPH` I ?` ` P(` A)` xPH` xPH` function set($property, $value = null)
{
$previous = $this->$property ?? null;
$this->$property = $value;
return $previous;
}
/**
* Set the object properties based on a named array/hash.
*
* @param mixed $properties Either an associative array or another object.
*
* @return boolean
*
* @since 1.7.0
*
* @see CMSObject::set()
*
* @deprecated 4.3.0 will be removed in 6.0
* Create a proper setter function for the property
*/
public function setProperties($properties)
{
if (\is_array($properties) || \is_object($properties)) {
foreach ((array) $properties as $k => $v) {
// Use the set function which might be overridden.
$this->set($k, $v);
}
return true;
}
return false;
}
}
Fatal error: Trait "Joomla\CMS\Object\LegacyPropertyManagementTrait" not found in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/User/User.php on line 36
* User class. Handles all application interaction with a user * * @since 1.7.0 */#[\AllowDynamicProperties]class User{ use LegacyErrorHandlingTrait; use LegacyPropertyManagementTrait; /**|
ClassNotFoundError
|
|---|
Symfony\Component\ErrorHandler\Error\ClassNotFoundError: Attempted to load trait "LegacyPropertyManagementTrait" from namespace "Joomla\CMS\Object". Did you forget a "use" statement for another namespace? at /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/User/User.php:36 |