Public Member Functions | |
__construct () | |
load ($oxID) | |
Protected Member Functions | |
_insert () | |
Protected Attributes | |
$_sClassName = 'oxremark' | |
$_aSkipSaveFields = array( 'oxcreate' ) |
Remark manager.
Definition at line 6 of file oxremark.php.
oxRemark.__construct | ( | ) |
Class constructor, initiates parent constructor (parent.oxBase()).
Reimplemented from oxBase.
Definition at line 27 of file oxremark.php.
oxRemark._insert | ( | ) | [protected] |
Inserts object data fields in DB. Returns true on success.
Reimplemented from oxBase.
Definition at line 55 of file oxremark.php.
oxRemark.load | ( | $ | oxID | ) |
Loads object information from DB. Returns true on success.
string | $oxID ID of object to load |
Reimplemented from oxBase.
Definition at line 40 of file oxremark.php.
oxRemark.$_aSkipSaveFields = array( 'oxcreate' ) [protected] |
Reimplemented from oxBase.
Definition at line 20 of file oxremark.php.
oxRemark.$_sClassName = 'oxremark' [protected] |
Reimplemented from oxBase.
Definition at line 13 of file oxremark.php.