Exemplo n.º 1
0
 /**
  * Creates a new instance of control holder.
  * 
  * @since 1.0.0
  * @param mixed[] $options A holder options.
  * @param FactoryForms328_Form $form A parent form.
  */
 public function __construct($options, $form)
 {
     parent::__construct($options, $form);
     $this->elements = $form->createElements($options['items']);
 }
 /**
  * Create a new instance of the control.
  * 
  * @since 1.0.0
  * @return void
  */
 public function __construct($options, $form, $provider = null)
 {
     parent::__construct($options, $form);
     $this->provider = $provider;
 }