*
* @return $selfInstance An instance of this class
*/
- public final static function getInstance () {
+ public final static function getSelfInstance () {
// Is the instance there?
if (is_null(self::$selfInstance)) {
self::$selfInstance = new ApplicationHelper();
/**
* Getter for an instance of this class
*
- * @return $selfInstance An instance of this class
+ * @return $selfInstance An instance of this class
*/
- public static final function getInstance () {
+ public static final function getSelfInstance () {
// Is the instance there?
if (is_null(self::$selfInstance)) {
self::$selfInstance = new ApplicationHelper();