PHP 클래스 Shopware\PluginCreator\Struct\Configuration

Class Configuration
상속: extends ShopwareCli\Struct
파일 보기 프로젝트 열기: shopwarelabs/sw-cli-tools

공개 프로퍼티들

프로퍼티 타입 설명
$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