public static function showDeprecationNotice($sDeprecated, $sAlternative = '', $sProgramName = '')
 {
     $sProgramName = $sProgramName ? $sProgramName : self::getFrameworkName();
     parent::showDeprecationNotice($sDeprecated, $sAlternative, $sProgramName);
 }