Exemple #1
0
 function __construct()
 {
     SessionUtils::checkLoggedIn();
     parent::__construct('Friends');
 }
Exemple #2
0
 function __construct()
 {
     SessionUtils::checkLoggedIn();
     parent::__construct('Notification');
 }
Exemple #3
0
 function __construct()
 {
     SessionUtils::checkLoggedIn();
     parent::__construct('UserList');
 }
Exemple #4
0
 function __construct()
 {
     SessionUtils::checkLoggedIn();
     parent::__construct('Profile');
 }
Exemple #5
0
 function __construct()
 {
     SessionUtils::checkLoggedIn();
     parent::__construct('Album');
 }