Public Member Functions | |
__construct () | |
load ($oxID) | |
Protected Member Functions | |
_insert () | |
Protected Attributes | |
$_sClassName = 'oxremark' | |
$_aSkipSaveFields = array('oxtimestamp') |
Remark manager.
Definition at line 7 of file oxremark.php.
oxRemark.__construct | ( | ) |
Class constructor, initiates parent constructor (parent.oxBase()).
Reimplemented from oxBase.
Definition at line 29 of file oxremark.php.
oxRemark._insert | ( | ) | [protected] |
Inserts object data fields in DB. Returns true on success.
Reimplemented from oxBase.
Definition at line 57 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 42 of file oxremark.php.
oxRemark.$_aSkipSaveFields = array('oxtimestamp') [protected] |
Reimplemented from oxBase.
Definition at line 22 of file oxremark.php.
oxRemark.$_sClassName = 'oxremark' [protected] |
Reimplemented from oxBase.
Definition at line 15 of file oxremark.php.