get()
get(\Pluf_HTTP_Request $request, array $match)
Returns profile information of specified user.
In this server each account has at most one profile.
Parameters
\Pluf_HTTP_Request | $request | |
array | $match |
Manage profile information of users.
This profile data model is default data model for profile which has some specific constant feilds. To using dynamic profile see User_Views_CProfile (which saves feilds for profiles in some collection).
getProfileOfUser(\User_Account $user)
Returns profile of given user. If no profile is created for given user returns null.
\User_Account | $user |
update(\Pluf_HTTP_Request $request, array $match) : \Pluf_HTTP_Response_Json
Update profile of specified user.
In this server each user has at most one profile.
\Pluf_HTTP_Request | $request | |
array | $match |
delete(\Pluf_HTTP_Request $request, array $match) : \Pluf_HTTP_Response_Json
Deletes profile of specified user.
\Pluf_HTTP_Request | $request | |
array | $match |