PHP Class Jarves\Controller\Admin\UITranslationsController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Afficher le fichier Open project: jarves/jarves

Protected Properties

Свойство Type Description
$jarves Jarves\Jarves
$pageStack Jarves\PageStack
$templating Symfony\Component\Templating\EngineInterface
$translator Jarves\Translation\Translator
$webFilesystem Jarves\Filesystem\Filesystem

Méthodes publiques

Méthode 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 )

Méthodes protégées

Méthode Description
getJarves ( ) : Jarves

Method Details

getJarves() protected méthode

protected getJarves ( ) : Jarves
Résultat Jarves\Jarves

getLanguageAction() public méthode

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

getLanguagePluralFormAction() public méthode

public getLanguagePluralFormAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : string
$paramFetcher FOS\RestBundle\Request\ParamFetcher
Résultat string javascript

getPossibleLangAction() public méthode

public getPossibleLangAction ( ) : string
Résultat string javascript

setContainer() public méthode

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

Property Details

$jarves protected_oe property

protected Jarves,Jarves $jarves
Résultat Jarves\Jarves

$pageStack protected_oe property

protected PageStack,Jarves $pageStack
Résultat Jarves\PageStack

$templating protected_oe property

protected EngineInterface,Symfony\Component\Templating $templating
Résultat Symfony\Component\Templating\EngineInterface

$translator protected_oe property

protected Translator,Jarves\Translation $translator
Résultat Jarves\Translation\Translator

$webFilesystem protected_oe property

protected Filesystem,Jarves\Filesystem $webFilesystem
Résultat Jarves\Filesystem\Filesystem