/**
  * (non-PHPdoc)
  * @see TControl::onLoad()
  */
 public function onLoad($param)
 {
     parent::onLoad($param);
 }
Exemple #2
0
 public function registerClientScript($scripts)
 {
     TClientScript::register($this, $scripts);
 }