예제 #1
0
 /**
  * Costructor
  *
  */
 function __construct()
 {
     $this->buttons[Button::BUTTON_FILE] = Button::fileButton();
     $this->buttons[Button::BUTTON_START] = Button::startButton();
     $this->buttons[Button::BUTTON_CANCEL] = Button::cancelButton();
     $this->buttons[Button::BUTTON_DELETE] = Button::deleteButton();
     $this->buttons[Button::BUTTON_SELECTALL] = Button::selectallButton();
 }