메소드 | 설명 | |
---|---|---|
deleteAction ( integer $id, string | null $source = null ) : |
Delete address | |
editAction ( integer $id, |
Edit an address | |
listAction ( ) : |
List addresses page | |
newAction ( Elcodi\Component\Geo\Entity\Interfaces\AddressInterface $address, Symfony\Component\Form\FormView $formView, boolean $isValid, string | null $source = null ) : |
New address |
public editAction ( integer $id, |
||
$id | integer | The address id |
$request | The current request | |
$source | string | The form source to redirect back |
리턴 | Response |
public listAction ( ) : |
||
리턴 | Response |
public newAction ( Elcodi\Component\Geo\Entity\Interfaces\AddressInterface $address, Symfony\Component\Form\FormView $formView, boolean $isValid, string | null $source = null ) : |
||
$address | Elcodi\Component\Geo\Entity\Interfaces\AddressInterface | $address A new address entity |
$formView | Symfony\Component\Form\FormView | The form view |
$isValid | boolean | If the form is valid |
$source | string | null | The form source to redirect back |
리턴 | Response |