PHP Class SatisAdmin\Controller\Controller

Author: Yohan Giarelli ([email protected])
Inheritance: implements Silex\ControllerProviderInterface
Show file Open project: yohang/satis-admin

Protected Properties

Property Type Description
$app SatisAdmin\Application

Public Methods

Method Description
connect ( Silex\Application $app ) {@inheritDoc}

Protected Methods

Method Description
getFormFactory ( ) : Symfony\Component\Form\FormFactoryInterface
getModelManager ( ) : ModelManager
mount ( Silex\ControllerCollection $collection ) : Silex\ControllerCollection

Method Details

connect() public method

{@inheritDoc}
public connect ( Silex\Application $app )
$app Silex\Application

getFormFactory() protected method

protected getFormFactory ( ) : Symfony\Component\Form\FormFactoryInterface
return Symfony\Component\Form\FormFactoryInterface

getModelManager() protected method

protected getModelManager ( ) : ModelManager
return SatisAdmin\Model\ModelManager

mount() abstract protected method

abstract protected mount ( Silex\ControllerCollection $collection ) : Silex\ControllerCollection
$collection Silex\ControllerCollection
return Silex\ControllerCollection

Property Details

$app protected property

protected Application,SatisAdmin $app
return SatisAdmin\Application