HosipLan

Untitled

Nov 23rd, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     public function createComponent($name)
  2.     {
  3.         if (class_exists($class = "Control$name")) {
  4.             return $this[lcFirst($name)] = $this->context->createInstance($class);
  5.         }
  6.  
  7.         return parent::createComponent($name);
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment