Свойство | Type | Description | |
---|---|---|---|
$abstractViewHelperReflectionClass | The reflection class for AbstractViewHelper. Is needed quite often, that's why we use a pre-initialized one. | ||
$docCommentParser | The doc comment parser. | ||
$reflectionService |
Méthode | Description | |
---|---|---|
__construct ( ) | Constructor. Sets $this->abstractViewHelperReflectionClass |
Méthode | Description | |
---|---|---|
addChildWithCData ( SimpleXMLElement $parentXmlNode, string $childNodeName, string $childNodeValue ) : SimpleXMLElement | Add a child node to $parentXmlNode, and wrap the contents inside a CDATA section. | |
getClassNamesInNamespace ( string $namespace ) : array | Get all class names inside this namespace and return them as array. | |
getTagNameForClass ( string $className, string $namespace ) : string | Get a tag name for a given ViewHelper class. |
public __construct ( ) |
protected addChildWithCData ( SimpleXMLElement $parentXmlNode, string $childNodeName, string $childNodeValue ) : SimpleXMLElement | ||
$parentXmlNode | SimpleXMLElement | Parent XML Node to add the child to |
$childNodeName | string | Name of the child node |
$childNodeValue | string | Value of the child node. Will be placed inside CDATA. |
Résultat | SimpleXMLElement | the new element |
protected getClassNamesInNamespace ( string $namespace ) : array | ||
$namespace | string | |
Résultat | array | Array of all class names inside a given namespace. |
protected ClassReflection,Neos\Flow\Reflection $abstractViewHelperReflectionClass | ||
Résultat |
protected DocCommentParser,Neos\Flow\Reflection $docCommentParser | ||
Résultat |