PHP Class Shopware\PluginCreator\Struct\Configuration

Class Configuration
Inheritance: extends ShopwareCli\Struct
Show file 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 property

model for the backend ($hasBackend)
public $backendModel

$hasApi public property

api needed?
public $hasApi

$hasBackend public property

backend application needed?
public $hasBackend

$hasCommands public property

commands needed ?
public $hasCommands

$hasElasticSearch public property

Has an elastic search integration?
public $hasElasticSearch

$hasFilter public property

dbal facet / condition needed?
public $hasFilter

$hasFrontend public property

frontend controller needed?
public $hasFrontend

$hasModels public property

models needed?
public $hasModels

$hasWidget public property

widgets needed?
public $hasWidget

$isLegacyPlugin public property

is legacy-plugin ?
public $isLegacyPlugin

$licenseHeader public property

license header
public $licenseHeader

$licenseHeaderPlain public property

public $licenseHeaderPlain

$name public property

Name of the plugin: SwagMyPlugin
public $name

$namespace public property

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

$phpFileHeader public property

public $phpFileHeader

$pluginConfig public property

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