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