Class Mage_Downloadable_Helper_Download
Downloadable Products Download Helper
- Mage_Core_Helper_Abstract
- Mage_Downloadable_Helper_Download
Package: Mage\Downloadable
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Downloadable/Helper/Download.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Downloadable/Helper/Download.php
protected
resource
|
|
public
|
|
public
|
|
public
|
|
public
|
#
setResource( string $resourceFile, string $linkType =
Set resource file for download |
public
|
|
public
|
|
public
|
|
public
boolean
|
string |
LINK_TYPE_URL
|
'url' |
|
string |
LINK_TYPE_FILE
|
'file' |
|
string |
XML_PATH_CONTENT_DISPOSITION
|
'catalog/downloadable/content_disposition' |
protected
string
|
$_linkType |
|
#
Type of link |
protected
string
|
$_resourceFile | null |
#
Resource file |
protected
resource
|
$_handle | null |
#
Resource open handle |
protected
array
|
$_urlHeaders | array() |
#
Remote server headers |
protected
string
|
$_contentType | 'application/octet-stream' |
#
MIME Content-type for a file |
protected
string
|
$_fileName | 'download' |
#
File name |
$_layout,
$_moduleName,
$_request
|