PHP Class SatisAdmin\Controller\Controller

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

Protected Properties

Свойство Type Description
$app SatisAdmin\Application

Méthodes publiques

Méthode Description
connect ( Silex\Application $app ) {@inheritDoc}

Méthodes protégées

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

Method Details

connect() public méthode

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

getFormFactory() protected méthode

protected getFormFactory ( ) : Symfony\Component\Form\FormFactoryInterface
Résultat Symfony\Component\Form\FormFactoryInterface

getModelManager() protected méthode

protected getModelManager ( ) : ModelManager
Résultat SatisAdmin\Model\ModelManager

mount() abstract protected méthode

abstract protected mount ( Silex\ControllerCollection $collection ) : Silex\ControllerCollection
$collection Silex\ControllerCollection
Résultat Silex\ControllerCollection

Property Details

$app protected_oe property

protected Application,SatisAdmin $app
Résultat SatisAdmin\Application