‪TYPO3CMS  ‪main
TYPO3\CMS\T3editor\Controller\TypoScriptReferenceController Class Reference

Public Member Functions

 loadReference (ServerRequestInterface $request)
 

Protected Member Functions

 loadFile ($filepath)
 
 getTypes ()
 

Protected Attributes

DOMDocument $xmlDoc
 

Detailed Description

Loads TSref information from a XML file and responds to an AJAX call.

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

Definition at line 29 of file TypoScriptReferenceController.php.

Member Function Documentation

◆ getTypes()

TYPO3\CMS\T3editor\Controller\TypoScriptReferenceController::getTypes ( )
protected

◆ loadFile()

TYPO3\CMS\T3editor\Controller\TypoScriptReferenceController::loadFile (   $filepath)
protected

Load XML file

Parameters
string$filepath

Definition at line 50 of file TypoScriptReferenceController.php.

Referenced by TYPO3\CMS\T3editor\Controller\TypoScriptReferenceController\loadReference().

◆ loadReference()

TYPO3\CMS\T3editor\Controller\TypoScriptReferenceController::loadReference ( ServerRequestInterface  $request)

Member Data Documentation

◆ $xmlDoc

DOMDocument TYPO3\CMS\T3editor\Controller\TypoScriptReferenceController::$xmlDoc
protected

Definition at line 33 of file TypoScriptReferenceController.php.