Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class ClientsControl extends Control
- {
- protected function createComponentUpload()
- {
- return new Clients\Upload;
- }
- protected function createComponentNote()
- {
- return new Clients\Note;
- }
- protected function createComponentFilters()
- {
- return new Clients\Filters;
- }
- protected function createComponentEvents()
- {
- return new Clients\Events;
- }
- protected function createComponentContracts()
- {
- return new Clients\Contracts;
- }
- protected function createComponentPhysicalForm()
- {
- return new Clients\Form\PhysicalForm;
- }
- protected function createComponentLegalForm()
- {
- return new Clients\Form\LegalForm;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment