Definition at line 10 of file NewController.php.
Public Member Functions | |
indexAction () | |
createAction () | |
onException (\Exception $exception,\Symfony\Component\Form\Form $form,\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 | |
getNewType () | |
getNewObject () | |
saveObject (\Etrali\GinangBundle\Entity\Country $Country) |
Admingenerated\EtraliGinangBundle\BaseCountryController\NewController::createAction | ( | ) |
Definition at line 26 of file NewController.php.
Admingenerated\EtraliGinangBundle\BaseCountryController\NewController::getNewObject | ( | ) | [protected] |
Definition at line 107 of file NewController.php.
Admingenerated\EtraliGinangBundle\BaseCountryController\NewController::getNewType | ( | ) | [protected] |
Definition at line 99 of file NewController.php.
Admingenerated\EtraliGinangBundle\BaseCountryController\NewController::indexAction | ( | ) |
Definition at line 12 of file NewController.php.
Admingenerated\EtraliGinangBundle\BaseCountryController\NewController::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 71 of file NewController.php.
Admingenerated\EtraliGinangBundle\BaseCountryController\NewController::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 94 of file NewController.php.
Admingenerated\EtraliGinangBundle\BaseCountryController\NewController::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 84 of file NewController.php.
Admingenerated\EtraliGinangBundle\BaseCountryController\NewController::saveObject | ( | \Etrali\GinangBundle\Entity\Country $ | Country | ) | [protected] |
Definition at line 112 of file NewController.php.