Source for file jAuthUser.class.php

Documentation is available at jAuthUser.class.php

  1. <?php
  2. /**
  3. @package    jelix
  4. @subpackage auth
  5. @author     Laurent Jouanneau
  6. @contributor Loic Mathaud, Julien Issler
  7. @copyright  2006-2007 Laurent Jouanneau
  8. @copyright  2007 Julien Issler
  9. @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file
  10. */
  11.  
  12. /**
  13.  * default object to represent a user
  14.  *
  15.  * this is only a data container. In fact, auth drivers can provide
  16.  * other object to embed user data.
  17.  * @package    jelix
  18.  * @subpackage auth
  19.  */
  20. abstract class jAuthUser {
  21.     public $login = '';
  22.     public $email ='';
  23. }

Documentation generated on Thu, 22 Mar 2012 22:14:03 +0100 by phpDocumentor 1.4.3