Craft\FormBuilder2_TemplateRecord::defineAttributes PHP Method

defineAttributes() protected method

protected defineAttributes ( )
    protected function defineAttributes()
    {
        return array('name' => array(AttributeType::Name, 'required' => true), 'handle' => array(AttributeType::Handle, 'required' => true), 'layoutId' => AttributeType::Number, 'bodyText' => array(AttributeType::String, 'column' => ColumnType::Text), 'footerText' => array(AttributeType::String, 'column' => ColumnType::Text), 'altText' => array(AttributeType::String, 'column' => ColumnType::Text), 'templateContent' => AttributeType::Mixed, 'templateStyles' => AttributeType::Mixed, 'templateSettings' => AttributeType::Mixed);
    }