Esempio n. 1
0
 public function __construct($name = NULL, $text = NULL, $action = NULL, $target = '')
 {
     parent::__construct($name, '', $action, $text);
     $this->setTarget($target ?: 'mWindow');
 }