Source for file Accountable.php

Documentation is available at Accountable.php

  1. <?php
  2.  
  3. interface Accountable
  4. {
  5.     const AUTHENTICATION_ERR_MSG 'There is no user account associated with the current session. Try logging in fist.';
  6.  
  7.     public function isLoggedIn();
  8.     public function getAccount($user '');
  9. }
  10.  
  11. ?>

Documentation generated on Mon, 26 Jul 2010 21:52:59 +0100 by phpDocumentor 1.4.3