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.
Constructor & Destructor Documentation
Class constructor. The constructor is defined in order to be possible to call parent.__construct() in modules.
- Returns:
- null;
Definition at line 25 of file oxstr.php.
Member Function Documentation
oxStr._getStrHandler |
( |
|
) |
[protected] |
static oxStr.getStr |
( |
|
) |
[static] |
Static method initializing new string handler or returning the existing one.
- Returns:
- object
Definition at line 34 of file oxstr.php.
Member Data Documentation
oxStr.$_oHandler [static, protected] |
The documentation for this class was generated from the following file: