OXID eShop CE
4.9.10
|
Public Member Functions | |
__construct () |
Static Public Member Functions | |
static | getStr () |
Protected Member Functions | |
_getStrHandler () |
Static Protected Attributes | |
static | $_oHandler |
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).
oxStr::__construct | ( | ) |
|
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.
|
static |