Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public function abc(array $data) {
  2. // My logic
  3. }
  4.  
  5. <routes>
  6. <route_collection>
  7. <route>/customer</route>
  8. <action_type>collection</action_type>
  9. <operation>abc</operation>
  10. </route_collection>
  11. </routes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement