Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public function createComponent($name)
- {
- if (class_exists($class = "Control$name")) {
- return $this[lcFirst($name)] = $this->context->createInstance($class);
- }
- return parent::createComponent($name);
- }
Advertisement
Add Comment
Please, Sign In to add comment