TYPO3 CMS  TYPO3_6-2
Tx_Fluid_Core_ViewHelper_TemplateVariableContainer Class Reference
Inheritance diagram for Tx_Fluid_Core_ViewHelper_TemplateVariableContainer:
TYPO3\CMS\Fluid\Core\ViewHelper\TemplateVariableContainer

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Fluid\Core\ViewHelper\TemplateVariableContainer
 __construct (array $variableArray=array())
 
 add ($identifier, $value)
 
 get ($identifier)
 
 remove ($identifier)
 
 getAllIdentifiers ()
 
 getAll ()
 
 exists ($identifier)
 
 __sleep ()
 
 offsetSet ($identifier, $value)
 
 offsetUnset ($identifier)
 
 offsetExists ($identifier)
 
 offsetGet ($identifier)
 
- Protected Attributes inherited from TYPO3\CMS\Fluid\Core\ViewHelper\TemplateVariableContainer
 $variables = array()
 
- Static Protected Attributes inherited from TYPO3\CMS\Fluid\Core\ViewHelper\TemplateVariableContainer
static $reservedVariableNames = array('true', 'false', 'on', 'off', 'yes', 'no', '_all')
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 3252 of file LegacyClassesForIde.php.