AdminPageFramework_Debug::getAsString PHP Method

getAsString() public static method

public static getAsString ( $mValue )
    public static function getAsString($mValue)
    {
        self::showDeprecationNotice('AdminPageFramework_Debug::' . __FUNCTION__);
        return self::_getLegible($mValue);
    }