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
framework
Setup
Option
FlagConfigOption.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\Setup\Option
;
7
11
class
FlagConfigOption
extends
AbstractConfigOption
12
{
16
const
FRONTEND_WIZARD_FLAG
=
'flag'
;
17
26
public
function
__construct
(
27
$name
,
28
$configPath,
29
$description
=
''
,
30
$shortCut =
null
31
) {
32
parent::__construct(
33
$name
,
34
self::FRONTEND_WIZARD_FLAG,
35
self::VALUE_NONE,
36
$configPath,
37
$description
,
38
null
,
39
$shortCut
40
);
41
}
42
}
$description
$description
Definition:
pre_composer_update_2.3.php:162
Magento\Framework\Setup\Option\AbstractConfigOption
Definition:
AbstractConfigOption.php:13
Magento\Framework\Setup\Option
Definition:
AbstractConfigOption.php:6
Magento\Framework\Setup\Option\FlagConfigOption\__construct
__construct( $name, $configPath, $description='', $shortCut=null)
Definition:
FlagConfigOption.php:26
Magento\Framework\Setup\Option\FlagConfigOption\FRONTEND_WIZARD_FLAG
const FRONTEND_WIZARD_FLAG
Definition:
FlagConfigOption.php:16
Magento\Framework\Setup\Option\FlagConfigOption
Definition:
FlagConfigOption.php:11
$name
if(!isset($_GET['name'])) $name
Definition:
log.php:14