PHP 클래스 Jarves\Controller\Admin\ConfigController

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

보호된 프로퍼티들

프로퍼티 타입 설명
$jarvesConfig Jarves\JarvesConfig

공개 메소드들

메소드 설명
getConfigAction ( ) : array
getLabelsAction ( ) : array['langs'
saveConfigAction ( ) : boolean
setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )

메소드 상세

getConfigAction() 공개 메소드

public getConfigAction ( ) : array
리턴 array

getLabelsAction() 공개 메소드

public getLabelsAction ( ) : array['langs'
리턴 array['langs'

saveConfigAction() 공개 정적인 메소드

public static saveConfigAction ( ) : boolean
리턴 boolean

setContainer() 공개 메소드

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

프로퍼티 상세

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

protected JarvesConfig,Jarves $jarvesConfig
리턴 Jarves\JarvesConfig