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
magento-composer-installer
src
MagentoHackathon
Composer
Magento
Deploystrategy
None.php
Go to the documentation of this file.
1
<?php
6
namespace
MagentoHackathon\Composer\Magento\Deploystrategy
;
7
11
class
None
extends
DeploystrategyAbstract
12
{
20
public
function
createDelegate
(
$source
, $dest)
21
{
22
return
true
;
23
}
24
33
public
function
create
(
$source
, $dest)
34
{
35
return
true
;
36
}
37
}
MagentoHackathon\Composer\Magento\Deploystrategy\None
Definition:
None.php:11
$source
$source
Definition:
source.php:23
MagentoHackathon\Composer\Magento\Deploystrategy\None\create
create($source, $dest)
Definition:
None.php:33
MagentoHackathon\Composer\Magento\Deploystrategy\DeploystrategyAbstract
Definition:
DeploystrategyAbstract.php:11
MagentoHackathon\Composer\Magento\Deploystrategy\None\createDelegate
createDelegate($source, $dest)
Definition:
None.php:20
MagentoHackathon\Composer\Magento\Deploystrategy
Definition:
Copy.php:6