addElement('select', 'type', [ 'label' => 'Type', 'value' => View::TYPE_LIST, 'multiOptions' => $this->getConfigArray('types'), ]); return $this; } }