예제 #1
0
 /**
  * @param string name
  * @param string method
  * @throws LBoxExceptionForm
  */
 public function __construct($name = "", $method = "post", $label = "", $labelSubmit = "")
 {
     try {
         // jina metoda, nez post neakceptovana
         parent::__construct($name, "post", $label, $labelSubmit);
     } catch (Exception $e) {
         throw $e;
     }
 }