Craft\Neo_BlockModel::defineAttributes PHP Method

defineAttributes() protected method

Protected methods
protected defineAttributes ( )
    protected function defineAttributes()
    {
        return array_merge(parent::defineAttributes(), ['fieldId' => AttributeType::Number, 'ownerId' => AttributeType::Number, 'ownerLocale' => AttributeType::Locale, 'typeId' => AttributeType::Number, 'collapsed' => AttributeType::Bool]);
    }