PHP Class Jarves\Controller\Admin\UITranslationsController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Datei anzeigen Open project: jarves/jarves

Protected Properties

Property Type Description
$jarves Jarves\Jarves
$pageStack Jarves\PageStack
$templating Symfony\Component\Templating\EngineInterface
$translator Jarves\Translation\Translator
$webFilesystem Jarves\Filesystem\Filesystem

Public Methods

Method Description
getLanguageAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : array | string
getLanguagePluralFormAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : string
getPossibleLangAction ( ) : string
setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )

Protected Methods

Method Description
getJarves ( ) : Jarves

Method Details

getJarves() protected method

protected getJarves ( ) : Jarves
return Jarves\Jarves

getLanguageAction() public method

public getLanguageAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : array | string
$paramFetcher FOS\RestBundle\Request\ParamFetcher
return array | string depends on javascript param

getLanguagePluralFormAction() public method

public getLanguagePluralFormAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : string
$paramFetcher FOS\RestBundle\Request\ParamFetcher
return string javascript

getPossibleLangAction() public method

public getPossibleLangAction ( ) : string
return string javascript

setContainer() public method

public setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )
$container Symfony\Component\DependencyInjection\ContainerInterface

Property Details

$jarves protected_oe property

protected Jarves,Jarves $jarves
return Jarves\Jarves

$pageStack protected_oe property

protected PageStack,Jarves $pageStack
return Jarves\PageStack

$templating protected_oe property

protected EngineInterface,Symfony\Component\Templating $templating
return Symfony\Component\Templating\EngineInterface

$translator protected_oe property

protected Translator,Jarves\Translation $translator
return Jarves\Translation\Translator

$webFilesystem protected_oe property

protected Filesystem,Jarves\Filesystem $webFilesystem
return Jarves\Filesystem\Filesystem