Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-downloadable
Test
Unit
_files
download_mock.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Downloadable\Helper
;
7
8
use
Magento\Downloadable\Test\Unit\Helper\DownloadTest
;
9
13
function
function_exists
()
14
{
15
return
DownloadTest::$functionExists
;
16
}
17
21
function
mime_content_type
()
22
{
23
return
DownloadTest::$mimeContentType
;
24
}
Magento\Downloadable\Test\Unit\Helper\DownloadTest\$mimeContentType
static $mimeContentType
Definition:
DownloadTest.php:45
Magento\Downloadable\Test\Unit\Helper\DownloadTest\$functionExists
static $functionExists
Definition:
DownloadTest.php:42
Magento\Downloadable\Test\Unit\Helper\DownloadTest
Definition:
DownloadTest.php:18
Magento\Downloadable\Helper\function_exists
function_exists()
Definition:
download_mock.php:13
Magento\Downloadable\Helper\mime_content_type
mime_content_type()
Definition:
download_mock.php:21
Magento\Downloadable\Helper