Definition at line 8 of file oxcontent.php.
Public Member Functions | |
__get ($sName) | |
__construct () | |
getExpanded () | |
loadByIdent ($sLoadId) | |
assign ($dbRecord) | |
getLink ($iLang=null) | |
getStdLink ($iLang=null) | |
delete ($sOXID=null) | |
Protected Member Functions | |
_setFieldData ($sFieldName, $sValue, $iDataType=oxField::T_TEXT) | |
Protected Attributes | |
$_sCoreTbl = 'oxcontents' | |
$_sClassName = 'oxcontent' | |
$_aSkipSaveFields = array( 'oxtimestamp' ) | |
$_sNoparamlink = null | |
$_blExpanded = null | |
$_blIsSeoObject = true |
oxContent.__construct | ( | ) |
Class constructor, initiates parent constructor (parent.oxI18n()).
Reimplemented from oxI18n.
Definition at line 72 of file oxcontent.php.
oxContent.__get | ( | $ | sName | ) |
Extra getter to guarantee compatibility with templates
string | $sName parameter name |
Reimplemented from oxBase.
Definition at line 60 of file oxcontent.php.
oxContent.getExpanded | ( | ) |
returns the expanded state of the content category
Definition at line 83 of file oxcontent.php.
oxContent.loadByIdent | ( | $ | sLoadId | ) |
Loads Content by using field oxloadid instead of oxid
string | $sLoadId content load ID |
Definition at line 98 of file oxcontent.php.
oxContent.assign | ( | $ | dbRecord | ) |
Replace the "&" into "&" and call base class
array | $dbRecord database record |
Reimplemented from oxI18n.
Definition at line 115 of file oxcontent.php.
oxContent.getLink | ( | $ | iLang = null |
) |
getLink returns link for this content in the frontend
integer | $iLang language |
Definition at line 131 of file oxcontent.php.
oxContent.getStdLink | ( | $ | iLang = null |
) |
Returns standard URL to product
integer | $iLang language |
Definition at line 163 of file oxcontent.php.
oxContent._setFieldData | ( | $ | sFieldName, | |
$ | sValue, | |||
$ | iDataType = oxField::T_TEXT | |||
) | [protected] |
Sets data field value
string | $sFieldName index OR name (eg. 'oxarticles__oxtitle') of a data field to set | |
string | $sValue value of data field | |
int | $iDataType field type |
Reimplemented from oxBase.
Definition at line 191 of file oxcontent.php.
oxContent.delete | ( | $ | sOXID = null |
) |
Delete this object from the database, returns true on success.
string | $sOXID Object ID(default null) |
Reimplemented from oxBase.
Definition at line 207 of file oxcontent.php.
oxContent.$_sCoreTbl = 'oxcontents' [protected] |
Definition at line 15 of file oxcontent.php.
oxContent.$_sClassName = 'oxcontent' [protected] |
oxContent.$_aSkipSaveFields = array( 'oxtimestamp' ) [protected] |
oxContent.$_sNoparamlink = null [protected] |
Definition at line 37 of file oxcontent.php.
oxContent.$_blExpanded = null [protected] |
Definition at line 44 of file oxcontent.php.
oxContent.$_blIsSeoObject = true [protected] |