Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
FlagConfigOption.php
Go to the documentation of this file.
1 <?php
7 
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,
38  null,
39  $shortCut
40  );
41  }
42 }
__construct( $name, $configPath, $description='', $shortCut=null)
if(!isset($_GET['name'])) $name
Definition: log.php:14