Ejemplo n.º 1
0
 /**
  * Creates a new callback control, sets the adapter to TActiveControlAdapter.
  */
 public function __construct()
 {
     parent::__construct();
     $this->setAdapter(new TActiveControlAdapter($this));
 }
 /**
  * Constructor.
  * Initializes the tagname to 'th'.
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTagName('th');
 }