Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class ClientsControl extends Control
- {
- public function __construct()
- {
- parent::__construct();
- $this['upload'] = new Clients\Upload;
- $this['note'] = new Clients\Note;
- $this['filters'] = new Clients\Filters;
- $this['events'] = new Clients\Events;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment