PHP 클래스 Jarves\Controller\Admin\UITranslationsController

상속: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
파일 보기 프로젝트 열기: jarves/jarves

보호된 프로퍼티들

프로퍼티 타입 설명
$jarves Jarves\Jarves
$pageStack Jarves\PageStack
$templating Symfony\Component\Templating\EngineInterface
$translator Jarves\Translation\Translator
$webFilesystem Jarves\Filesystem\Filesystem

공개 메소드들

메소드 설명
getLanguageAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : array | string
getLanguagePluralFormAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : string
getPossibleLangAction ( ) : string
setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )

보호된 메소드들

메소드 설명
getJarves ( ) : Jarves

메소드 상세

getJarves() 보호된 메소드

protected getJarves ( ) : Jarves
리턴 Jarves\Jarves

getLanguageAction() 공개 메소드

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

getLanguagePluralFormAction() 공개 메소드

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

getPossibleLangAction() 공개 메소드

public getPossibleLangAction ( ) : string
리턴 string javascript

setContainer() 공개 메소드

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

프로퍼티 상세

$jarves 보호되어 있는 프로퍼티

protected Jarves,Jarves $jarves
리턴 Jarves\Jarves

$pageStack 보호되어 있는 프로퍼티

protected PageStack,Jarves $pageStack
리턴 Jarves\PageStack

$templating 보호되어 있는 프로퍼티

protected EngineInterface,Symfony\Component\Templating $templating
리턴 Symfony\Component\Templating\EngineInterface

$translator 보호되어 있는 프로퍼티

protected Translator,Jarves\Translation $translator
리턴 Jarves\Translation\Translator

$webFilesystem 보호되어 있는 프로퍼티

protected Filesystem,Jarves\Filesystem $webFilesystem
리턴 Jarves\Filesystem\Filesystem