Definition at line 11 of file oxstr.php.
Static Public Member Functions | |
static | getStr () |
Protected Member Functions | |
_getStrHandler () | |
Static Protected Attributes | |
static | $_oHandler |
static oxStr.getStr | ( | ) | [static] |
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.