Class Users

Description

Users class

  • author: DevilDev

Located in /users/Users.php (line 8)

ModelAbstract
   |
   --Users
Variable Summary
static Users $_instance
Method Summary
static Users getInstance ()
void getUserVistsByDate ( $date_from,  $date_to, [ $dateFormat = false])
void isAllow ()
void loadAdminHtml ()
void loadMyAccount ()
void loadMyAddress ()
void loadMyDashboard ()
void loadMyOrders ()
void loadTrash ([ $cnt = false])
bool removeById (integer $id)
void _init ()
Variables
static Users $_instance = null (line 15)

Singleton instance

  • access: protected
Methods
static method getInstance (line 27)

Returns an instance of Users

Singleton pattern implementation

  • return: Provides a fluent interface
  • access: public
static Users getInstance ()
getUserVisistByYear (line 1014)
  • access: public
void getUserVisistByYear ()
getUserVistsByDate (line 1052)
  • access: public
void getUserVistsByDate ( $date_from,  $date_to, [ $dateFormat = false])
  • $date_from
  • $date_to
  • $dateFormat
isAllow (line 649)
  • access: public
void isAllow ()
loadAdminHtml (line 39)
  • access: public
void loadAdminHtml ()
loadMyAccount (line 764)
  • access: public
void loadMyAccount ()
loadMyAddress (line 838)
  • access: public
void loadMyAddress ()
loadMyDashboard (line 664)
  • access: public
void loadMyDashboard ()
loadMyOrders (line 944)
  • access: public
void loadMyOrders ()
loadTrash (line 1103)
  • access: public
void loadTrash ([ $cnt = false])
  • $cnt
removeById (line 1132)
  • access: public
bool removeById (integer $id)
  • integer $id: | array $id
_init (line 34)
void _init ()

Documentation generated on Fri, 19 Aug 2016 17:10:41 +0200 by phpDocumentor 1.4.3