Craft\FormBuilder2_MarkupModel::defineAttributes PHP Method

defineAttributes() protected method

protected defineAttributes ( )
    protected function defineAttributes()
    {
        return array('key' => AttributeType::String, 'body' => AttributeType::String, 'htmlBody' => AttributeType::String);
    }
FormBuilder2_MarkupModel