AdminPageFramework_FrameworkUtility::showDeprecationNotice PHP Method

showDeprecationNotice() public static method

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