dokuwiki\Form\OptGroup::__construct PHP Метод

__construct() публичный Метод

public __construct ( string $label, array $options )
$label string The label text for this element (will be autoescaped)
$options array The available options
    public function __construct($label, $options)
    {
        parent::__construct('optGroup', array('label' => $label));
        $this->options($options);
    }