Public Member Functions

oxERPType_User Class Reference

Inheritance diagram for oxERPType_User:
Collaboration diagram for oxERPType_User:

List of all members.

Public Member Functions

 __construct ()
 getSQL ($sWhere, $iLanguage=0, $iShopId=1)
 checkWriteAccess ($oObj, $aData=null)

Detailed Description

user erp type subclass

Definition at line 8 of file oxerptype_user.php.


Constructor & Destructor Documentation

oxERPType_User.__construct (  ) 

class constructor

Returns:
null

Reimplemented from oxERPType.

Definition at line 15 of file oxerptype_user.php.


Member Function Documentation

oxERPType_User.checkWriteAccess ( oObj,
aData = null 
)

Basic access check for writing data, checks for same shopid, should be overridden if field oxshopid does not exist

Parameters:
oxBase $oObj loaded shop object
array $aData fields to be written, null for default
Exceptions:
Exception on now access
Returns:
null

Reimplemented from oxERPType.

Definition at line 59 of file oxerptype_user.php.

oxERPType_User.getSQL ( sWhere,
iLanguage = 0,
iShopId = 1 
)

returns SQL string for this type

Parameters:
string $sWhere where part of sql
int $iLanguage language id
int $iShopId shop id
Returns:
string

Reimplemented from oxERPType.

Definition at line 32 of file oxerptype_user.php.


The documentation for this class was generated from the following file: