Elgg  Version 2.3
Public Attributes | List of all members
Elgg\SystemMessages\RegisterSet Class Reference

Represents the state of system messages and errors. More...

Public Attributes

 $success = []
 
 $error = []
 

Detailed Description

Represents the state of system messages and errors.

This is returned by elgg_get_system_messages() and must be given to elgg_set_system_messages().

See also
elgg_get_system_messages
elgg_set_system_messages
Since
2.1

Definition at line 13 of file RegisterSet.php.

Member Data Documentation

Elgg\SystemMessages\RegisterSet::$error = []

Definition at line 27 of file RegisterSet.php.

Elgg\SystemMessages\RegisterSet::$success = []

Definition at line 20 of file RegisterSet.php.


The documentation for this class was generated from the following file: