Subversion Repositories php_users

Rev

Rev 46 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 46 Rev 48
Line 199... Line 199...
199
    */
199
    */
200
   public function name() {
200
   public function name() {
201
      return isset( $this->data['login'] ) ? $this->data['login'] : null;
201
      return isset( $this->data['login'] ) ? $this->data['login'] : null;
202
   }
202
   }
203
   
203
   
-
 
204
   /**
-
 
205
    * getter for user ID
-
 
206
    * 
-
 
207
    * @return int id
-
 
208
    */
-
 
209
   public function id() {
-
 
210
      return isset( $this->data['id'] ) ? $this->data['id'] : null;
-
 
211
   }
-
 
212
   
204
   
213
   
205
   /**
214
   /**
206
    * Main display function.
215
    * Main display function.
207
    * 
216
    * 
208
    * This function should be called to perform the login. It performs all functions
217
    * This function should be called to perform the login. It performs all functions