Example #1
0
 function __construct()
 {
     if (is_null(self::$_cache)) {
         self::$_cache = false;
     }
     parent::__construct('photos');
 }
Example #2
0
 /**
  * Class Constructor
  *
  * @since	1.0
  * @access	public
  */
 function __construct($config = array())
 {
     parent::__construct('mailer', $config);
 }
Example #3
0
 public function __construct($config = array())
 {
     parent::__construct('privacy', $config);
 }
Example #4
0
 function __construct()
 {
     parent::__construct('avatars');
 }
Example #5
0
 public function __construct($config = array())
 {
     parent::__construct('eventmembers', $config);
 }
Example #6
0
 public function __construct($config = array())
 {
     parent::__construct('discussions', $config);
 }
Example #7
0
 public function __construct($config = array())
 {
     parent::__construct('clusters', $config);
 }
Example #8
0
 function __construct()
 {
     parent::__construct('comments');
 }
Example #9
0
 /**
  * Class construct happens here.
  *
  * @since	1.0
  * @access	public
  */
 function __construct()
 {
     parent::__construct('registration');
 }
Example #10
0
 function __construct()
 {
     parent::__construct('subscriptions');
 }
Example #11
0
 function __construct()
 {
     parent::__construct('leaderboard');
 }
Example #12
0
 function __construct()
 {
     parent::__construct('notifications');
 }
Example #13
0
 function __construct()
 {
     parent::__construct('maintenance');
 }
Example #14
0
 /**
  * Class constructor
  *
  * @since	1.0
  * @access	public
  * @param	string
  * @return
  */
 function __construct($config = array())
 {
     parent::__construct('badges', $config);
 }
Example #15
0
 function __construct()
 {
     parent::__construct('sidebar');
 }
Example #16
0
 function __construct()
 {
     parent::__construct('people');
 }
Example #17
0
 function __construct($config = array())
 {
     parent::__construct('albums', $config);
 }
Example #18
0
 /**
  * Class constructor
  *
  * @since	1.0
  * @access	public
  * @param	string
  * @return
  */
 function __construct($config = array())
 {
     parent::__construct('points', $config);
 }
Example #19
0
 public function __construct()
 {
     parent::__construct('fields');
 }
Example #20
0
 function __construct()
 {
     parent::__construct('activities');
     $this->initStates();
 }
Example #21
0
 function __construct()
 {
     parent::__construct('steps');
 }
Example #22
0
 public function __construct($config = array())
 {
     parent::__construct('broadcast', $config);
 }
Example #23
0
 public function __construct($config = array())
 {
     parent::__construct('tasks', $config);
 }
Example #24
0
 public function __construct()
 {
     parent::__construct('friends');
 }
Example #25
0
 public function __construct($config = array())
 {
     parent::__construct('eventcategories', $config);
 }
Example #26
0
 function __construct()
 {
     parent::__construct('followers');
 }
Example #27
0
 function __construct()
 {
     parent::__construct('story');
 }
Example #28
0
 function __construct()
 {
     parent::__construct('uploader');
 }
Example #29
0
 function __construct()
 {
     parent::__construct('conversations');
     parent::initStates();
 }
Example #30
0
 public function __construct($config = array())
 {
     parent::__construct('accessrules', $config);
 }