메소드 |
설명 |
|
__construct ( ) |
|
|
create ( ) : Response |
Show the form for creating a new contact. |
|
destroy ( integer $id = null ) : Response |
Remove the specified contact category from storage. |
|
edit ( integer $id ) : Response |
Show the form for editing the specified contact. |
|
index ( ) : Response |
Display a listing of the contact-categories. |
|
show ( integer $id ) : Response |
Display the specified contact. |
|
store ( ) : Response |
Store a newly created contact in storage. |
|
update ( integer $id ) : Response |
Update the specified contact category in storage. |
|