Definition at line 10 of file DeleteController.php.
Public Member Functions | |
| indexAction ($pk) | |
| onException (\Exception $exception,\Etrali\GinangBundle\Entity\Country $Country) | |
| preRemove (\Etrali\GinangBundle\Entity\Country $Country) | |
| postRemove (\Etrali\GinangBundle\Entity\Country $Country) | |
Protected Member Functions | |
| getObject ($pk) | |
| process (\Etrali\GinangBundle\Entity\Country $Country) | |
| Admingenerated\EtraliGinangBundle\BaseCountryController\DeleteController::getObject | ( | $ | pk | ) | [protected] |
Definition at line 61 of file DeleteController.php.
| Admingenerated\EtraliGinangBundle\BaseCountryController\DeleteController::indexAction | ( | $ | pk | ) |
Definition at line 12 of file DeleteController.php.
| Admingenerated\EtraliGinangBundle\BaseCountryController\DeleteController::onException | ( | \Exception $ | exception, |
| \Etrali\GinangBundle\Entity\Country $ | Country | ||
| ) |
This method is here to make your life better, so overwrite it
| \\Exception | $exception throwed exception |
| \\Etrali\\GinangBundle\\Entity\\Country | $Country your \Etrali\GinangBundle\Entity\Country object |
Definition at line 38 of file DeleteController.php.
| Admingenerated\EtraliGinangBundle\BaseCountryController\DeleteController::postRemove | ( | \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 56 of file DeleteController.php.
| Admingenerated\EtraliGinangBundle\BaseCountryController\DeleteController::preRemove | ( | \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 47 of file DeleteController.php.
| Admingenerated\EtraliGinangBundle\BaseCountryController\DeleteController::process | ( | \Etrali\GinangBundle\Entity\Country $ | Country | ) | [protected] |
Definition at line 75 of file DeleteController.php.
1.7.6.1