PHP Class Jarves\Controller\Admin\BackendController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Datei anzeigen Open project: jarves/jarves

Protected Properties

Property Type Description
$acl Jarves\ACL
$jarves Jarves\Jarves
$pageStack Jarves\PageStack
$utils Jarves\Admin\Utils

Public Methods

Method 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 )

Protected Methods

Method Description
getChildMenus ( string $code, string $value ) : array
toBytes ( string $val ) : integer

Method Details

clearCacheAction() public method

public clearCacheAction ( ) : boolean
return boolean

getChildMenus() protected method

protected getChildMenus ( string $code, string $value ) : array
$code string
$value string
return array

getCustomJsAction() public method

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

getMenusAction() public method

public getMenusAction ( ) : array
return array

getSettingsAction() public method

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

loadCssAction() public method

public loadCssAction ( ) : string
return string CCS

loadJsAction() public method

public loadJsAction ( ) : string
return string javascript

loadJsMapAction() public method

public loadJsMapAction ( )

loadTypescriptModules() public method

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

saveUserSettingsAction() public method

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

searchAction() public method

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

setContainer() public method

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

toBytes() protected method

protected toBytes ( string $val ) : integer
$val string
return integer

Property Details

$acl protected_oe property

protected ACL,Jarves $acl
return Jarves\ACL

$jarves protected_oe property

protected Jarves,Jarves $jarves
return Jarves\Jarves

$pageStack protected_oe property

protected PageStack,Jarves $pageStack
return Jarves\PageStack

$utils protected_oe property

protected Utils,Jarves\Admin $utils
return Jarves\Admin\Utils