Elgg  Version 2.3
RegisterSet.php
Go to the documentation of this file.
1 <?php
3 
13 class RegisterSet {
14 
20  public $success = [];
21 
27  public $error = [];
28 }
Represents the state of system messages and errors.
Definition: RegisterSet.php:13