PHP Класс Shopware\PluginCreator\Struct\Configuration

Class Configuration
Наследование: extends ShopwareCli\Struct
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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

Описание свойств

$backendModel публичное свойство

model for the backend ($hasBackend)
public $backendModel

$hasApi публичное свойство

api needed?
public $hasApi

$hasBackend публичное свойство

backend application needed?
public $hasBackend

$hasCommands публичное свойство

commands needed ?
public $hasCommands

$hasElasticSearch публичное свойство

Has an elastic search integration?
public $hasElasticSearch

$hasFilter публичное свойство

dbal facet / condition needed?
public $hasFilter

$hasFrontend публичное свойство

frontend controller needed?
public $hasFrontend

$hasModels публичное свойство

models needed?
public $hasModels

$hasWidget публичное свойство

widgets needed?
public $hasWidget

$isLegacyPlugin публичное свойство

is legacy-plugin ?
public $isLegacyPlugin

$licenseHeader публичное свойство

license header
public $licenseHeader

$licenseHeaderPlain публичное свойство

public $licenseHeaderPlain

$name публичное свойство

Name of the plugin: SwagMyPlugin
public $name

$namespace публичное свойство

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

$phpFileHeader публичное свойство

public $phpFileHeader

$pluginConfig публичное свойство

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