PHP 클래스 Jarves\Controller\Admin\BackendController

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

보호된 프로퍼티들

프로퍼티 타입 설명
$acl Jarves\ACL
$jarves Jarves\Jarves
$pageStack Jarves\PageStack
$utils Jarves\Admin\Utils

공개 메소드들

메소드 설명
clearCacheAction ( ) : boolean
getCustomJsAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : string
getMenusAction ( ) : array
getSettingsAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : array
loadCssAction ( ) : string
loadJsAction ( ) : string
loadJsMapAction ( )
loadTypescriptModules ( ) : string This is a try to increase initial loading performance, but I wasn't lucky.
saveUserSettingsAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : boolean
searchAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : boolean
setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )

보호된 메소드들

메소드 설명
getChildMenus ( string $code, string $value ) : array
toBytes ( string $val ) : integer

메소드 상세

clearCacheAction() 공개 메소드

public clearCacheAction ( ) : boolean
리턴 boolean

getChildMenus() 보호된 메소드

protected getChildMenus ( string $code, string $value ) : array
$code string
$value string
리턴 array

getCustomJsAction() 공개 메소드

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

getMenusAction() 공개 메소드

public getMenusAction ( ) : array
리턴 array

getSettingsAction() 공개 메소드

public getSettingsAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : array
$paramFetcher FOS\RestBundle\Request\ParamFetcher
리턴 array

loadCssAction() 공개 메소드

public loadCssAction ( ) : string
리턴 string CCS

loadJsAction() 공개 메소드

public loadJsAction ( ) : string
리턴 string javascript

loadJsMapAction() 공개 메소드

public loadJsMapAction ( )

loadTypescriptModules() 공개 메소드

This is a try to increase initial loading performance, but I wasn't lucky.
public loadTypescriptModules ( ) : string
리턴 string CCS

saveUserSettingsAction() 공개 메소드

public saveUserSettingsAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : boolean
$paramFetcher FOS\RestBundle\Request\ParamFetcher
리턴 boolean

searchAction() 공개 메소드

public searchAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : boolean
$paramFetcher FOS\RestBundle\Request\ParamFetcher
리턴 boolean

setContainer() 공개 메소드

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

toBytes() 보호된 메소드

protected toBytes ( string $val ) : integer
$val string
리턴 integer

프로퍼티 상세

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

protected ACL,Jarves $acl
리턴 Jarves\ACL

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

protected Jarves,Jarves $jarves
리턴 Jarves\Jarves

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

protected PageStack,Jarves $pageStack
리턴 Jarves\PageStack

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

protected Utils,Jarves\Admin $utils
리턴 Jarves\Admin\Utils