Packageindex Classtrees Modulegroups Elementlist Report XML Files

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 Summary

void

jpeto_userprofile(string $UserID)

Constructor for jpeto_userprofile
void

get_jpeto_userprofile()

Gets the current userprofile
boolean

updateLastLogon()

Updates the LastLogon field
boolean

store()

stores the current userprofile

Private Method Summary

void

mapFields(array $Recordset)

Maps the fields of the given recordset to the
void

getDefaultValues()

gets default Values for (not set) parameters

Private Field Summary

string

$JpetoType

Type of current element
string

$Interface

Name of the (Admin-) interface file
string

$UserID

current UserID
string

$FirstName

current FirstName
string

$LastName

current LastName
string

$Language

language of current element (2 character language code, default "DE")
string

$LastLogon

Last Logon Date
string

$UserData

Container for all UserData
array

$Recordset

resultset of the query
integer

$Pointer

pointer in $Recordset
string

$StyleClass

Stylesheet class-name for HTML design

Included files Summary, Type: include_once

jpeto/jpeto_config.php Warning: documentation is missing.
jpeto/jpeto_user.php Warning: documentation is missing.

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


Included Files, Type: include_once

jpeto/jpeto_config.php

include_once( jpeto/jpeto_config.php )



jpeto/jpeto_user.php

include_once( jpeto/jpeto_user.php )




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta