프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$xsdGenerator |
메소드 | 설명 | |
---|---|---|
generateXsdCommand ( string $phpNamespace, string $xsdNamespace = null, string $targetFile = null ) : void | Generate Fluid ViewHelper XSD Schema |
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 |