public static function getInstance() { if (!self::$m_pInstance) { self::$m_pInstance = new iCal_UtilityFunctions(); } return self::$m_pInstance; }