|
YaWK
24.1
Yet another WebKit
|
Userpage Profile Class. More...
Public Member Functions | |
| __construct ($db, $user) | |
| userpage constructor. More... | |
| getRootPage ($db, $user) | |
| detect admin and build a special 'ROOT' page with admin functions... TODO: in development More... | |
| getUserPage ($db, $user, $lang) | |
| getUserPage is a wrapper for buildPage More... | |
| init ($db, $user, $lang) | |
| init function check if backend is allowed and load userpage More... | |
Protected Attributes | |
| $appendPanel | |
| $appendTab | |
| $dashboard | |
Userpage Profile Class.
Userpage Plugin
Userpage Class check and build the userpage.
Class covers frontend functionality. See Methods Summary for Details!
Definition at line 14 of file userpage.php.
| YAWK\PLUGINS\USERPAGE\userpage::__construct | ( | $db, | |
| $user | |||
| ) |
userpage constructor.
| object | $db | database |
| object | $user | user object |
Definition at line 28 of file userpage.php.
| YAWK\PLUGINS\USERPAGE\userpage::getRootPage | ( | $db, | |
| $user | |||
| ) |
detect admin and build a special 'ROOT' page with admin functions... TODO: in development
| object | $db | database |
| object | $user | object |
Definition at line 82 of file userpage.php.
References $db, $lang, and YAWK\settings\getSetting().
Referenced by YAWK\PLUGINS\USERPAGE\userpage\init().
| YAWK\PLUGINS\USERPAGE\userpage::getUserPage | ( | $db, | |
| $user, | |||
| $lang | |||
| ) |
getUserPage is a wrapper for buildPage
| object | $db | database |
| object | $user | object |
| object | $lang | language |
Definition at line 72 of file userpage.php.
Referenced by YAWK\PLUGINS\USERPAGE\userpage\init().
| YAWK\PLUGINS\USERPAGE\userpage::init | ( | $db, | |
| $user, | |||
| $lang | |||
| ) |
init function check if backend is allowed and load userpage
| object | $db | database |
| object | $user | user |
Definition at line 43 of file userpage.php.
References $db, $lang, YAWK\PLUGINS\USERPAGE\userpage\getRootPage(), and YAWK\PLUGINS\USERPAGE\userpage\getUserPage().
|
protected |
| string | append panel |
Definition at line 21 of file userpage.php.
|
protected |
| string | append tab |
Definition at line 19 of file userpage.php.
|
protected |
| string | dashboard |
Definition at line 17 of file userpage.php.