AstConstantCommentVisitor implements AstVisitorInterface

FinalYes

Gather comments suitable for constant editor.

Internal

This is a specific Backend implementation and is not considered part of the Public TYPO3 API.

Table of Contents

Interfaces

AstVisitorInterface
An interface implemented by all visitors of AstTraverser.

Methods

getCategories()  : array<string|int, mixed>
getConstants()  : array<string|int, mixed>
setCurrentTemplateFlatConstants()  : mixed
visit()  : void
visitAfterChildren()  : void
visitBeforeChildren()  : void

Methods

getCategories()

public getCategories() : array<string|int, mixed>
Return values
array<string|int, mixed>

getConstants()

public getConstants() : array<string|int, mixed>
Return values
array<string|int, mixed>

setCurrentTemplateFlatConstants()

public setCurrentTemplateFlatConstants(array<string|int, mixed> $currentTemplateFlatConstants) : mixed
Parameters
$currentTemplateFlatConstants : array<string|int, mixed>

        
On this page

Search results