Subversion Repositories php_users

Rev

Rev 19 | Rev 21 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19 Rev 20
Line 124... Line 124...
124
   /** @var string[] $errors Contains errors that can occur */
124
   /** @var string[] $errors Contains errors that can occur */
125
   protected $errors = array();
125
   protected $errors = array();
126
   /** @var string[] $workingOn During administration, contains the record being modified */
126
   /** @var string[] $workingOn During administration, contains the record being modified */
127
   protected $workingOn = array();
127
   protected $workingOn = array();
128
 
128
 
129
   public function data() {
-
 
130
      return $this->data;
-
 
131
   }
-
 
132
 
-
 
133
   /**
129
   /**
134
    * constructor for an instance of the class
130
    * constructor for an instance of the class
135
    * 
131
    * 
136
    * Anything in $customFields will be recursively merged with $configuration, overwriting
132
    * Anything in $customFields will be recursively merged with $configuration, overwriting
137
    * as necessary.
133
    * as necessary.