Example #1
0
 /**
  * Constructor.
  * Remember to call parent implementation if you override this method
  */
 public function __construct()
 {
     parent::__construct();
     $this->_repeatedControl = $this->createRepeatedControl();
     $this->_repeatedControl->setEnableViewState(false);
     $this->_repeatedControl->setID('c0');
     $this->getControls()->add($this->_repeatedControl);
 }