Gina Next Generation
 All Classes Namespaces Files Functions Variables
Public Member Functions | Protected Member Functions
Admingenerated\EtraliGinangBundle\BaseCountryController\EditController Class Reference

Detailed Description

Definition at line 11 of file EditController.php.

List of all members.

Public Member Functions

 indexAction ($pk)
 updateAction ($pk)
 onException (\Exception $exception,\Symfony\Component\Form\Form $form,\Etrali\GinangBundle\Entity\Country $Country)
 preBindRequest (\Etrali\GinangBundle\Entity\Country $Country)
 preSave (\Symfony\Component\Form\Form $form,\Etrali\GinangBundle\Entity\Country $Country)
 postSave (\Symfony\Component\Form\Form $form,\Etrali\GinangBundle\Entity\Country $Country)

Protected Member Functions

 getEditType ()
 getObject ($pk)
 saveObject (\Etrali\GinangBundle\Entity\Country $Country)

Member Function Documentation

Admingenerated\EtraliGinangBundle\BaseCountryController\EditController::getEditType ( ) [protected]

Definition at line 118 of file EditController.php.

Admingenerated\EtraliGinangBundle\BaseCountryController\EditController::getObject ( pk) [protected]

Definition at line 126 of file EditController.php.

Admingenerated\EtraliGinangBundle\BaseCountryController\EditController::indexAction ( pk)

Definition at line 13 of file EditController.php.

Admingenerated\EtraliGinangBundle\BaseCountryController\EditController::onException ( \Exception $  exception,
\Symfony\Component\Form\Form $  form,
\Etrali\GinangBundle\Entity\Country $  Country 
)

This method is here to make your life better, so overwrite it

Parameters:
\\Exception$exception throwed exception
\\Symfony\\Component\\Form\\Form$form the valid form
\\Etrali\\GinangBundle\\Entity\\Country$Country your \Etrali\GinangBundle\Entity\Country object

Definition at line 81 of file EditController.php.

Admingenerated\EtraliGinangBundle\BaseCountryController\EditController::postSave ( \Symfony\Component\Form\Form $  form,
\Etrali\GinangBundle\Entity\Country $  Country 
)

This method is here to make your life better, so overwrite it

Parameters:
\\Symfony\\Component\\Form\\Form$form the valid form
\\Etrali\\GinangBundle\\Entity\\Country$Country your \Etrali\GinangBundle\Entity\Country object

Definition at line 113 of file EditController.php.

Admingenerated\EtraliGinangBundle\BaseCountryController\EditController::preBindRequest ( \Etrali\GinangBundle\Entity\Country $  Country)

This method is here to make your life better, so overwrite it

Parameters:
\\Etrali\\GinangBundle\\Entity\\Country$Country your \Etrali\GinangBundle\Entity\Country object

Definition at line 93 of file EditController.php.

Admingenerated\EtraliGinangBundle\BaseCountryController\EditController::preSave ( \Symfony\Component\Form\Form $  form,
\Etrali\GinangBundle\Entity\Country $  Country 
)

This method is here to make your life better, so overwrite it

Parameters:
\\Symfony\\Component\\Form\\Form$form the valid form
\\Etrali\\GinangBundle\\Entity\\Country$Country your \Etrali\GinangBundle\Entity\Country object

Definition at line 103 of file EditController.php.

Admingenerated\EtraliGinangBundle\BaseCountryController\EditController::saveObject ( \Etrali\GinangBundle\Entity\Country $  Country) [protected]

Definition at line 134 of file EditController.php.

Admingenerated\EtraliGinangBundle\BaseCountryController\EditController::updateAction ( pk)

Definition at line 31 of file EditController.php.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables