PHP Class Jarves\Controller\Admin\BackendController

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

Protected Properties

Свойство Type Description
$acl Jarves\ACL
$jarves Jarves\Jarves
$pageStack Jarves\PageStack
$utils Jarves\Admin\Utils

Méthodes publiques

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

Méthodes protégées

Méthode Description
getChildMenus ( string $code, string $value ) : array
toBytes ( string $val ) : integer

Method Details

clearCacheAction() public méthode

public clearCacheAction ( ) : boolean
Résultat boolean

getChildMenus() protected méthode

protected getChildMenus ( string $code, string $value ) : array
$code string
$value string
Résultat array

getCustomJsAction() public méthode

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

getMenusAction() public méthode

public getMenusAction ( ) : array
Résultat array

getSettingsAction() public méthode

public getSettingsAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : array
$paramFetcher FOS\RestBundle\Request\ParamFetcher
Résultat array

loadCssAction() public méthode

public loadCssAction ( ) : string
Résultat string CCS

loadJsAction() public méthode

public loadJsAction ( ) : string
Résultat string javascript

loadJsMapAction() public méthode

public loadJsMapAction ( )

loadTypescriptModules() public méthode

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

saveUserSettingsAction() public méthode

public saveUserSettingsAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : boolean
$paramFetcher FOS\RestBundle\Request\ParamFetcher
Résultat boolean

searchAction() public méthode

public searchAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : boolean
$paramFetcher FOS\RestBundle\Request\ParamFetcher
Résultat boolean

setContainer() public méthode

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

toBytes() protected méthode

protected toBytes ( string $val ) : integer
$val string
Résultat integer

Property Details

$acl protected_oe property

protected ACL,Jarves $acl
Résultat Jarves\ACL

$jarves protected_oe property

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

$pageStack protected_oe property

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

$utils protected_oe property

protected Utils,Jarves\Admin $utils
Résultat Jarves\Admin\Utils