AdminPageFramework_WPUtility_URL::resolveSRC PHP Method

resolveSRC() public static method

public static resolveSRC ( $sSRC, $bReturnNullIfNotExist = false )
    public static function resolveSRC($sSRC, $bReturnNullIfNotExist = false)
    {
        return self::getResolvedSRC($sSRC, $bReturnNullIfNotExist);
    }