Esempio n. 1
0
 public function init($id = '', $label = '', $css = '', $source = '', $action = '', $target = '')
 {
     parent::init($id, $label, $css, $source);
     $this->property->action = $action;
     $this->property->target = $target;
 }