FOF30\Form\Header\HeaderBase::getOptions PHP Method

getOptions() protected method

Returns the JHtml options for a drop-down filter. Do not include an empty option, it is added automatically.
Since: 2.0
protected getOptions ( ) : array
return array The JHtml options for a drop-down filter
    protected function getOptions()
    {
        return array();
    }