oxI18n Class Reference

Inheritance diagram for oxI18n:

Inheritance graph
[legend]
Collaboration diagram for oxI18n:

Collaboration graph
[legend]

List of all members.


Detailed Description

Class handling multilanguage data fields

Definition at line 10 of file oxi18n.php.


Public Member Functions

 __construct ()
 setLanguage ($iLang=null)
 getLanguage ()
 setEnableMultilang ($blEmployMultilanguage)
 isMultilingualField ($sFieldName)
 isMultilang ()
 loadInLang ($iLanguage, $sOxid)
 modifyCacheKey ($sCacheKey, $blOverride=false)
 assign ($dbRecord)
 getAvailableInLangs ()
 getSqlFieldName ($sField)
 getSqlActiveSnippet ($blForceCoreTable=false)

Protected Member Functions

 _getFieldStatus ($sFieldName)
 _getNonCachedFieldNames ($blForceFullStructure=false)
 _getFieldLang ($sFieldName)
 _update ()

Protected Attributes

 $_sClassName = 'oxI18n'
 $_iLanguage = null
 $_blEmployMultilanguage = true

Constructor & Destructor Documentation

oxI18n.__construct (  ) 

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

Reimplemented from oxBase.

Reimplemented in oxAttribute, oxCategory, oxContent, oxCountry, oxDelivery, oxDeliverySet, oxDiscount, oxLinks, oxManufacturer, oxMediaUrl, oxNews, oxPayment, oxShop, oxSimpleVariant, oxVendor, and oxWrapping.

Definition at line 35 of file oxi18n.php.


Member Function Documentation

oxI18n.setLanguage ( iLang = null  ) 

Sets object language.

Parameters:
string $iLang string (default null)
Returns:
null;

Definition at line 57 of file oxi18n.php.

oxI18n.getLanguage (  ) 

Returns object language

Returns:
int

Definition at line 67 of file oxi18n.php.

oxI18n.setEnableMultilang ( blEmployMultilanguage  ) 

Object multilanguage mode setter (set true to enable multilang mode). This setter affects init() method so it should be called before init() is executed

Parameters:
bool $blEmployMultilanguage New $this->_blEmployMultilanguage value
Returns:
null;

Definition at line 83 of file oxi18n.php.

oxI18n.isMultilingualField ( sFieldName  ) 

Checks if this field is multlingual (returns false if language = 0)

Parameters:
string $sFieldName Field name
Returns:
bool

Reimplemented in oxArticle.

Definition at line 105 of file oxi18n.php.

oxI18n.isMultilang (  ) 

Returns true, if object has multilanguage fields. In oxi18n it is always returns true.

Returns:
bool

Reimplemented from oxBase.

Definition at line 125 of file oxi18n.php.

oxI18n.loadInLang ( iLanguage,
sOxid 
)

Loads object data from DB in passed language, returns true on success.

Parameters:
integer $iLanguage Load this language compatible data
string $sOxid object ID
Returns:
bool

Definition at line 138 of file oxi18n.php.

oxI18n.modifyCacheKey ( sCacheKey,
blOverride = false 
)

Lazy loading cache key modifier.

Parameters:
string $sCacheKey kache key
bool $blOverride marker to force override cache key
Returns:
null;

Reimplemented from oxBase.

Definition at line 153 of file oxi18n.php.

oxI18n.assign ( dbRecord  ) 

Handles multilanguage fields during assignment

Parameters:
array $dbRecord Associative data values array
Returns:
null

Reimplemented from oxBase.

Reimplemented in oxArticle, oxCategory, oxContent, oxManufacturer, oxNews, oxVendor, and oxWrapping.

Definition at line 173 of file oxi18n.php.

oxI18n.getAvailableInLangs (  ) 

Returns an array of languages in which object multilanguage fields are already setted

Returns:
array

Definition at line 196 of file oxi18n.php.

oxI18n.getSqlFieldName ( sField  ) 

Returns field name depending on object language.

Parameters:
string $sField Field name
Returns:
string

Reimplemented from oxBase.

Definition at line 257 of file oxi18n.php.

oxI18n.getSqlActiveSnippet ( blForceCoreTable = false  ) 

Returns SQL select string with checks if items are available

Parameters:
bool $blForceCoreTable forces core table usage (optional)
Returns:
string

Reimplemented from oxBase.

Reimplemented in oxArticle, and oxCategory.

Definition at line 274 of file oxi18n.php.

oxI18n._getFieldStatus ( sFieldName  )  [protected]

Returns _aFieldName[] value. 0 means - non multilanguage, 1 - multilanguage field. This method is slow, so we should make sure it is called only when tmp dir is cleaned (and then the results are cached).

Parameters:
string $sFieldName Field name
Returns:
int

Reimplemented from oxBase.

Definition at line 306 of file oxi18n.php.

oxI18n._getNonCachedFieldNames ( blForceFullStructure = false  )  [protected]

Returns the list of fields. This function is slower and its result is normally cached. Basically we have 3 separate cases here: 1. We are in admin so we need extended info for all fields (name, field length and field type) 2. Object is not lazy loaded so we will return all data fields as simple array, as we nede only names 3. Object is lazy loaded so we will return empty array as all fields are loaded on request (in __get()).

Parameters:
bool $blForceFullStructure Whether to force loading of full data structure
Returns:
array

Reimplemented from oxBase.

Definition at line 326 of file oxi18n.php.

oxI18n._getFieldLang ( sFieldName  )  [protected]

Gets multilanguage field language. In case of oxtitle_2 it will return 2. 0 is returned if language ending is not defined.

Parameters:
string $sFieldName Field name
Returns:
bool

Definition at line 364 of file oxi18n.php.

oxI18n._update (  )  [protected]

Update this Object into the database, this function only works on the main table, it will not save any dependend tables, which might be loaded through oxlist.

Exceptions:
oxObjectException Throws on failure inserting
Returns:
bool

Reimplemented from oxBase.

Reimplemented in oxArticle, oxCategory, and oxNews.

Definition at line 390 of file oxi18n.php.


Member Data Documentation

oxI18n.$_sClassName = 'oxI18n' [protected]

oxI18n.$_iLanguage = null [protected]

Definition at line 23 of file oxi18n.php.

oxI18n.$_blEmployMultilanguage = true [protected]

Definition at line 30 of file oxi18n.php.


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

Generated on Tue Aug 4 09:12:58 2009 for OXID eShop CE by  doxygen 1.5.5