PHP Class Jarves\Controller\Admin\ConfigController

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

Protected Properties

Property Type Description
$jarvesConfig Jarves\JarvesConfig

Public Methods

Method Description
getConfigAction ( ) : array
getLabelsAction ( ) : array['langs'
saveConfigAction ( ) : boolean
setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )

Method Details

getConfigAction() public method

public getConfigAction ( ) : array
return array

getLabelsAction() public method

public getLabelsAction ( ) : array['langs'
return array['langs'

saveConfigAction() public static method

public static saveConfigAction ( ) : boolean
return boolean

setContainer() public method

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

Property Details

$jarvesConfig protected_oe property

protected JarvesConfig,Jarves $jarvesConfig
return Jarves\JarvesConfig