示例#1
0
 /**
  *
  * @param blaze\web\component\UIComponent $component
  */
 public function __construct(\blaze\web\component\UIComponent $component)
 {
     parent::__construct($component);
 }
 /**
  *
  * @param blaze\web\component\UIComponent $component
  */
 public function __construct(\blaze\web\component\UIComponent $component, $oldValue, $newValue)
 {
     parent::__construct($component);
     $this->oldValue = $oldValue;
     $this->newValue = $newValue;
 }