Public Member Functions | |
__construct () | |
Protected Member Functions | |
_setFieldData ($sFieldName, $sValue, $iDataType=oxField::T_TEXT) | |
Protected Attributes | |
$_sCoreTbl = 'oxlinks' | |
$_sClassName = 'oxlinks' |
Links manager. Collects stored in DB links data (URL, description).
Definition at line 7 of file oxlinks.php.
oxLinks.__construct | ( | ) |
Class constructor, initiates parent constructor (parent.oxI18n()).
Reimplemented from oxI18n.
Definition at line 28 of file oxlinks.php.
oxLinks._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 43 of file oxlinks.php.
oxLinks.$_sClassName = 'oxlinks' [protected] |
Reimplemented from oxI18n.
Definition at line 21 of file oxlinks.php.
oxLinks.$_sCoreTbl = 'oxlinks' [protected] |
Definition at line 14 of file oxlinks.php.