Exemple #1
0
 /**
  * Construct new form
  * @param string $title
  */
 public function __construct($title)
 {
     parent::__construct($title);
     $this->Factory = new FieldFactory();
 }