|
|
|
File: c:/web/jpeto2/jpeto/jpeto_userprofile.php
JPETo - James's Publishing & Editing Tool - jpeto_objects
jpeto_userprofile
jpeto_userprofile
This class provides the userprofile object
|
private class jpeto_userprofile
This class provides the userprofile object
|
| |
|
|
|
|
|
|
|
|
|
Public Method Details |
jpeto_userprofile |
|
public void jpeto_userprofile( string $UserID )
|
| |
Constructor for jpeto_userprofile
|
| Parameter |
|
| string |
$UserID |
|
|
the ID of the current jpeto_user |
|
| Returns |
void |
|
get_jpeto_userprofile |
|
public void get_jpeto_userprofile( )
|
| |
Gets the current userprofile
|
| Returns |
void |
|
updateLastLogon |
|
public boolean updateLastLogon( )
|
| |
Updates the LastLogon field
|
| Returns |
boolean $success |
|
store |
|
public boolean store( )
|
| |
stores the current userprofile
|
| Returns |
boolean $success |
|
|
Private Method Details |
mapFields |
|
private void mapFields( array $Recordset )
|
| |
Maps the fields of the given recordset to the
class variables
|
| Parameter |
|
| array |
$Recordset |
|
|
the Recordset given to map to the variables |
|
| Returns |
void |
|
getDefaultValues |
|
private void getDefaultValues( )
|
| |
gets default Values for (not set) parameters
|
| Returns |
void |
|
|
Private Field Details |
$JpetoType |
|
private string $JpetoType
>>"jpeto_userprofile"<<
Type of current element
|
|
$Interface |
|
private string $Interface
>>"jpeto_userprofile.php"<<
Name of the (Admin-) interface file
|
|
$UserID |
|
private string $UserID
>>""<<
current UserID
|
|
$FirstName |
|
private string $FirstName
>>""<<
current FirstName
|
|
$LastName |
|
private string $LastName
>>""<<
current LastName
|
|
$Language |
|
private string $Language
>>"DE"<<
language of current element (2 character language code, default "DE")
|
|
$LastLogon |
|
private string $LastLogon
>>""<<
Last Logon Date
|
|
$UserData |
|
private string $UserData
>>""<<
Container for all UserData
|
|
$Recordset |
|
private array $Recordset
>>array()<<
resultset of the query
|
|
$Pointer |
|
private integer $Pointer
>><<
pointer in $Recordset
|
|
$StyleClass |
|
private string $StyleClass
>>""<<
Stylesheet class-name for HTML design
|
|
|
|
|
|
|
|
| PHPDoc 1.0beta |