Example #1
0
 /**
  * Show this messagebpx
  *
  * @return  int
  */
 public function show()
 {
     parent::show();
     return $this->pressed;
 }
Example #2
0
 /**
  * Show this dialog
  *
  * @return  bool TRUE in case a file was selected and OK pressed
  */
 public function show()
 {
     parent::show();
     return $this->success;
 }