Added default constructor.

This commit is contained in:
predominant 2010-04-05 17:30:24 +10:00
parent f5fa56ff3c
commit 34c7c1551f

View file

@ -138,6 +138,14 @@ class Helper {
*/
private $__cleaned = null;
/**
* Default Constructor
*
*/
public function __construct() {
// Nothing to see here.
}
/**
* Default overload methods
*