![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct (ContentRepository $repository) | |
setRepository (ContentRepository $repository) | |
render () | |
Public Attributes | |
$doc | |
Protected Member Functions | |
loadJavascript () | |
loadCss () | |
loadSettings () | |
loadLocalization () | |
callRenderHook () | |
removeTrailingDotsFromTyposcript (array &$array) | |
getPageRenderer () | |
getLanguageService () | |
Protected Attributes | |
$recordIsAvailable = false | |
$repository | |
$pageRenderer | |
The form wizard view
Definition at line 29 of file WizardView.php.
__construct | ( | ContentRepository | $repository | ) |
Constructs this view
Defines the global variable SOBE. Normally this is used by the wizards which are one file only. This view is now the class with the global variable name SOBE.
Defines the document template object.
ContentRepository | $repository |
Definition at line 69 of file WizardView.php.
References $GLOBALS, WizardView\getLanguageService(), GeneralUtility\makeInstance(), and WizardView\setRepository().
|
protected |
Hook to extend the wizard interface.
The hook is called just before content rendering. Use it by adding your function to the array $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['form']['hooks']['renderWizard']
Definition at line 304 of file WizardView.php.
References $GLOBALS, and GeneralUtility\callUserFunction().
Referenced by WizardView\render().
|
protected |
Returns an instance of LanguageService
Definition at line 407 of file WizardView.php.
Referenced by WizardView\__construct(), WizardView\loadLocalization(), and WizardView\render().
|
protected |
Definition at line 393 of file WizardView.php.
Referenced by WizardView\loadCss(), WizardView\loadJavascript(), and WizardView\loadLocalization().
|
protected |
Load the necessary css
This will only be done when the referenced record is available
Definition at line 251 of file WizardView.php.
References ExtensionManagementUtility\extRelPath(), and WizardView\getPageRenderer().
Referenced by WizardView\render().
|
protected |
Load the necessary javascript
This will only be done when the referenced record is available
Definition at line 132 of file WizardView.php.
References ExtensionManagementUtility\extRelPath(), and WizardView\getPageRenderer().
Referenced by WizardView\render().
|
protected |
Reads locallang file into array (for possible include in header)
Definition at line 288 of file WizardView.php.
References WizardView\getLanguageService(), and WizardView\getPageRenderer().
Referenced by WizardView\render().
|
protected |
Load the settings
The settings are defined in pageTSconfig mod.wizards.form
Definition at line 273 of file WizardView.php.
References BackendUtility\getModTSconfig(), and WizardView\removeTrailingDotsFromTyposcript().
Referenced by WizardView\render().
|
protected |
Remove the trailing dots from the values in Typoscript
array | $array | The array with the trailing dots |
Definition at line 320 of file WizardView.php.
Referenced by WizardView\loadSettings().
render | ( | ) |
The main render method
Gathers all content and returns it
Definition at line 96 of file WizardView.php.
References WizardView\callRenderHook(), WizardView\getLanguageService(), WizardView\loadCss(), WizardView\loadJavascript(), WizardView\loadLocalization(), and WizardView\loadSettings().
setRepository | ( | ContentRepository | $repository | ) |
Sets the content repository to be used.
ContentRepository | $repository |
Definition at line 85 of file WizardView.php.
References WizardView\$repository.
Referenced by WizardView\__construct().
$doc |
Definition at line 50 of file WizardView.php.
|
protected |
Definition at line 55 of file WizardView.php.
|
protected |
Definition at line 36 of file WizardView.php.
|
protected |
Definition at line 41 of file WizardView.php.
Referenced by WizardView\setRepository().