TYPO3  7.6
Static Protected Member Functions | List of all members
TranslateViewHelperFixtureForEmptyString Class Reference
Inheritance diagram for TranslateViewHelperFixtureForEmptyString:
TranslateViewHelper AbstractViewHelper CompilableInterface

Static Protected Member Functions

static translate ($id, $extensionName, $arguments)
 
- Static Protected Member Functions inherited from TranslateViewHelper
static translate ($id, $extensionName, $arguments)
 

Additional Inherited Members

- Public Member Functions inherited from TranslateViewHelper
 render ($key=null, $id=null, $default=null, $htmlEscape=null, array $arguments=null, $extensionName=null)
 
- Static Public Member Functions inherited from TranslateViewHelper
static renderStatic (array $arguments,\Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
 
- Protected Member Functions inherited from AbstractViewHelper
 registerArgument ($name, $type, $description, $required=false, $defaultValue=null)
 
 overrideArgument ($name, $type, $description, $required=false, $defaultValue=null)
 
 callRenderMethod ()
 
 getLogger ()
 
 buildRenderChildrenClosure ()
 
 hasArgument ($argumentName)
 
- Protected Attributes inherited from AbstractViewHelper
 $arguments
 
 $templateVariableContainer
 
 $controllerContext
 
 $renderingContext
 
 $renderChildrenClosure = null
 
 $viewHelperVariableContainer
 
 $objectManager
 
 $escapingInterceptorEnabled = true
 

Detailed Description

Fixture class for mocking static translate function

Definition at line 22 of file TranslateViewHelperFixtureForEmptyString.php.

Member Function Documentation

static translate (   $id,
  $extensionName,
  $arguments 
)
staticprotected

In original class this is wrapper call to static LocalizationUtility

Parameters
string$idTranslation Key compatible to TYPO3 Flow
string$extensionNameUpperCamelCased extension key (for example BlogExample)
array$argumentsArguments to be replaced in the resulting string
Returns
NULL

Definition at line 33 of file TranslateViewHelperFixtureForEmptyString.php.