PHP Class SatisAdmin\Controller\DefaultController

Author: Yohan Giarelli ([email protected])
Inheritance: extends Controller
Show file Open project: yohang/satis-admin

Protected Properties

Property Type Description
$app SatisAdmin\Application

Public Methods

Method Description
buildAction ( ) : string
editAction ( ) : string
indexAction ( ) : string
mount ( Silex\ControllerCollection $controllers ) {@inheritDoc}
retrieveRepositoryFormFragmentAction ( string $type, string $index ) : string
updateAction ( Request $request ) : string

Protected Methods

Method Description
getForm ( ) : Symfony\Component\Form\FormInterface

Method Details

buildAction() public method

public buildAction ( ) : string
return string

editAction() public method

public editAction ( ) : string
return string

getForm() protected method

protected getForm ( ) : Symfony\Component\Form\FormInterface
return Symfony\Component\Form\FormInterface

indexAction() public method

public indexAction ( ) : string
return string

mount() public method

{@inheritDoc}
public mount ( Silex\ControllerCollection $controllers )
$controllers Silex\ControllerCollection

retrieveRepositoryFormFragmentAction() public method

public retrieveRepositoryFormFragmentAction ( string $type, string $index ) : string
$type string
$index string
return string

updateAction() public method

public updateAction ( Request $request ) : string
$request Symfony\Component\HttpFoundation\Request
return string

Property Details

$app protected property

protected Application,SatisAdmin $app
return SatisAdmin\Application