Ejemplo n.º 1
0
 public function __construct(PerchForm $Form = null, PerchXMLTag $Tag = null, $app_id)
 {
     $this->Form = $Form;
     $this->Tag = $Tag;
     $this->app_id = $app_id;
     $this->required_id = $Tag->input_id();
     $this->add_class_dependancies();
 }