Esempio n. 1
0
 /**
  *
  * @param blaze\web\component\UIComponent $component
  */
 public function __construct(\blaze\web\component\UIComponent $component)
 {
     parent::__construct($component);
 }
Esempio n. 2
0
 /**
  *
  * @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;
 }