reset() публичный Метод

This method overrides the parent implementation by resetting additional TPanelStyle specific attributes.
public reset ( )
Пример #1
0
 /**
  * Resets the style to the original empty state.
  */
 public function reset()
 {
     parent::reset();
     $this->_visible = null;
     $this->_position = null;
     $this->_buttonCount = null;
     $this->_prevText = null;
     $this->_nextText = null;
     $this->_mode = null;
     $this->_buttonType = null;
 }