Guest User

Untitled

a guest
Jan 18th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. class ClientsControl extends Control
  2. {
  3. protected function createComponentUpload()
  4. {
  5. return new Clients\Upload;
  6. }
  7.  
  8. protected function createComponentNote()
  9. {
  10. return new Clients\Note;
  11. }
  12.  
  13. protected function createComponentFilters()
  14. {
  15. return new Clients\Filters;
  16. }
  17.  
  18. protected function createComponentEvents()
  19. {
  20. return new Clients\Events;
  21. }
  22.  
  23. protected function createComponentContracts()
  24. {
  25. return new Clients\Contracts;
  26. }
  27.  
  28. protected function createComponentPhysicalForm()
  29. {
  30. return new Clients\Form\PhysicalForm;
  31. }
  32.  
  33. protected function createComponentLegalForm()
  34. {
  35. return new Clients\Form\LegalForm;
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment