XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Static Public Member Functions | |
static | saveProfile (&$ret, XCube_ActionForm $actionForm) |
static | getProfile (&$profile, $uid) |
static | getDefinition (&$defArr, $action) |
static | setupActionForm (XCube_ActionForm $actionForm) |
static | loadActionForm (XCube_ActionForm $actionForm) |
profile delegate
Definition at line 18 of file DelegateFunctions.class.php.
|
static |
getDefinition
mixed | &$defArr | |
string | $action |
$defArr | * mixed ** |
$action | * string ** |
Definition at line 69 of file DelegateFunctions.class.php.
|
static |
getProfile
XoopsSimpleObject | &$profile | |
int | $uid | user id |
$profile | * mixed ** |
$uid | * int ** |
Definition at line 52 of file DelegateFunctions.class.php.
|
static |
load Profile ActionForm
XCube_ActionForm | &$actionForm | User_EditUserForm |
Definition at line 126 of file DelegateFunctions.class.php.
|
static |
save profile data. Its key is field name and the value is value of profile.
bool | &$ret | |
XCube_ActionForm | $actionForm | User_EditUserForm |
$ret | * bool ** |
Definition at line 29 of file DelegateFunctions.class.php.
|
static |
setup Profile ActionForm. Add FormProperties and FieldProperties on User_EditUserForm
XCube_ActionForm | &$actionForm | User_EditUserForm |
Definition at line 90 of file DelegateFunctions.class.php.