/** * Resets the elements * * @return void * @access private */ function _reset() { parent::_reset(); $this->_labelText = array(); }
/** * Resets the elements * * @access private */ function _reset() { parent::_reset(); $this->_updated = false; }