PHP Класс Neos\FluidAdaptor\Command\DocumentationCommandController

Наследование: extends Neos\Flow\Cli\CommandController
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$xsdGenerator Neos\FluidAdaptor\Service\XsdGenerator

Открытые методы

Метод Описание
generateXsdCommand ( string $phpNamespace, string $xsdNamespace = null, string $targetFile = null ) : void Generate Fluid ViewHelper XSD Schema

Описание методов

generateXsdCommand() публичный Метод

Generates Schema documentation (XSD) for your ViewHelpers, preparing the file to be placed online and used by any XSD-aware editor. After creating the XSD file, reference it in your IDE and import the namespace in your Fluid template by adding the xmlns:* attribute(s):
public generateXsdCommand ( string $phpNamespace, string $xsdNamespace = null, string $targetFile = null ) : void
$phpNamespace string Namespace of the Fluid ViewHelpers without leading backslash (for example 'Neos\FluidAdaptor\ViewHelpers'). NOTE: Quote and/or escape this argument as needed to avoid backslashes from being interpreted!
$xsdNamespace string Unique target namespace used in the XSD schema (for example "http://yourdomain.org/ns/viewhelpers"). Defaults to "http://typo3.org/ns/".
$targetFile string File path and name of the generated XSD schema. If not specified the schema will be output to standard output.
Результат void

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

$xsdGenerator защищенное свойство

protected XsdGenerator,Neos\FluidAdaptor\Service $xsdGenerator
Результат Neos\FluidAdaptor\Service\XsdGenerator