Definition at line 11 of file EditController.php.
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) |
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
\\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
\\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
\\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
\\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.