PHP Class Shopware\PluginCreator\Struct\Configuration

Class Configuration
Inheritance: extends ShopwareCli\Struct
Datei anzeigen Open project: shopwarelabs/sw-cli-tools

Public Properties

Property Type Description
$backendModel model for the backend ($hasBackend)
$hasApi api needed?
$hasBackend backend application needed?
$hasCommands commands needed ?
$hasElasticSearch Has an elastic search integration?
$hasFilter dbal facet / condition needed?
$hasFrontend frontend controller needed?
$hasModels models needed?
$hasWidget widgets needed?
$isLegacyPlugin is legacy-plugin ?
$licenseHeader license header
$licenseHeaderPlain
$name Name of the plugin: SwagMyPlugin
$namespace Namespace of the plugin: frontend / core / backend
$phpFileHeader
$pluginConfig the PluginConfig part from the config.yaml file

Property Details

$backendModel public_oe property

model for the backend ($hasBackend)
public $backendModel

$hasApi public_oe property

api needed?
public $hasApi

$hasBackend public_oe property

backend application needed?
public $hasBackend

$hasCommands public_oe property

commands needed ?
public $hasCommands

$hasElasticSearch public_oe property

Has an elastic search integration?
public $hasElasticSearch

$hasFilter public_oe property

dbal facet / condition needed?
public $hasFilter

$hasFrontend public_oe property

frontend controller needed?
public $hasFrontend

$hasModels public_oe property

models needed?
public $hasModels

$hasWidget public_oe property

widgets needed?
public $hasWidget

$isLegacyPlugin public_oe property

is legacy-plugin ?
public $isLegacyPlugin

$licenseHeader public_oe property

license header
public $licenseHeader

$licenseHeaderPlain public_oe property

public $licenseHeaderPlain

$name public_oe property

Name of the plugin: SwagMyPlugin
public $name

$namespace public_oe property

Namespace of the plugin: frontend / core / backend
public $namespace

$phpFileHeader public_oe property

public $phpFileHeader

$pluginConfig public_oe property

the PluginConfig part from the config.yaml file
public $pluginConfig