Exemple #1
0
 /**
  * The Fieldset element constructor
  *
  * @since 1.3
  */
 public function __construct($config = null)
 {
     // Initialize the elements priority array.
     $this->elements = new \Nmwdhj\PriorityArray();
     // Call the parent class constructor.
     parent::__construct($config);
 }