getData('formType') != App_FormBuilder_Obj::DEFAULT_FORM_TYPE ? $this->getData('formType') : ''; $form->addElement($this->_elementType, $prefix . $this->getData('propertyName'), array('multiOptions' => $this->getData('optionList'))); return $this; } }