|
NAMEInterchange6::Schema::Result::AttributeACCESSORSattributes_idPrimary key.nameAttribute name, e.g. color or size.Required. typeAttribute type, e.g. variant.Defaults to empty string. titleDisplayed title for attribute name, e.g. Color or Size.Defaults to same value as "name" via "new" method. dynamicBoolean flag to designate the attribute as being dynamic.Defaults to false. priorityDisplay order priority.Defaults to 0. UNIQUE CONSTRAINTattributes_name_type
RELATIONSattribute_valuesType: has_manyRelated object: Interchange6::Schema::Result::AttributeValue product_attributesType: has_manyRelated object: Interchange6::Schema::Result::ProductAttribute navigation_attributesType: has_manyRelated object: Interchange6::Schema::Result::NavigationAttribute METHODSnewSet default value of "title" to "name".
Visit the GSP FreeBSD Man Page Interface. |