Public Member Functions | Protected Member Functions | Protected Attributes

oxLinks Class Reference

Inheritance diagram for oxLinks:
Collaboration diagram for oxLinks:

List of all members.

Public Member Functions

 __construct ()

Protected Member Functions

 _setFieldData ($sFieldName, $sValue, $iDataType=oxField::T_TEXT)

Protected Attributes

 $_sClassName = 'oxlinks'

Detailed Description

Links manager. Collects stored in DB links data (URL, description).

Definition at line 7 of file oxlinks.php.


Constructor & Destructor Documentation

oxLinks.__construct (  ) 

Class constructor, initiates parent constructor (parent.oxI18n()).

Returns:
null

Reimplemented from oxI18n.

Definition at line 21 of file oxlinks.php.


Member Function Documentation

oxLinks._setFieldData ( sFieldName,
sValue,
iDataType = oxField::T_TEXT 
) [protected]

Sets data field value

Parameters:
string $sFieldName index OR name (eg. 'oxarticles__oxtitle') of a data field to set
string $sValue value of data field
int $iDataType field type
Returns:
null

Reimplemented from oxBase.

Definition at line 36 of file oxlinks.php.


Member Data Documentation

oxLinks.$_sClassName = 'oxlinks' [protected]

Reimplemented from oxI18n.

Definition at line 14 of file oxlinks.php.


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