oxStr Class Reference

Collaboration diagram for oxStr:

Collaboration graph
[legend]

List of all members.


Detailed Description

Factory class responsible for redirecting string handling functions to specific string handling class. String handler basically is intended for dealing with multibyte string and is NOT supposed to replace all string handling functions. We use the handler for shop data and user input, but prefer not to use it for ascii strings (eg. field or file names).

Definition at line 11 of file oxstr.php.


Static Public Member Functions

static getStr ()

Protected Member Functions

 _getStrHandler ()

Static Protected Attributes

static $_oHandler

Member Function Documentation

static oxStr.getStr (  )  [static]

Static method initializing new string handler or returning the existing one.

Returns:
object

Definition at line 25 of file oxstr.php.

oxStr._getStrHandler (  )  [protected]

Non static getter returning str handler. The sense of getStr() and _getStrHandler() is to be possible to call this method statically ( oxStr.getStr() ), yet leaving the possibility to extend it in modules by overriding _getStrHandler() method.

Returns:
object

Definition at line 42 of file oxstr.php.


Member Data Documentation

oxStr.$_oHandler [static, protected]

Definition at line 18 of file oxstr.php.


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

Generated on Wed May 13 13:31:41 2009 for OXID eShop CE by  doxygen 1.5.5