ibexa

Path

ez publish / technical manual / 3.7 / reference / objects / ezrangeoption


Caution: This documentation is for eZ Publish legacy, from version 3.x to 5.x.

ezrangeoption

Summary

Contains information about a range of options.

Persistent

No.

Attributes

Attribute

Type

Description

name

string

The name of the range option (for example "Shoe size").

start_value

string

The start value (for example "32").

stop_value

string

The stop value (for example "40").

step_value

string

The step value (for example "1").

option_list

array

The generated options as an array of hashes where each hash consists of the following elements:

Attribute

Type

Description

id

integer

The ID of the option.

value

string

The option value.

additional_price

integer

The additional price (will always be 0).

is_default

boolean

TRUE if it is the default option, FALSE otherwise.

Balazs Halasy (27/04/2005 12:26 pm)

Svitlana Shatokhina (28/11/2006 10:18 am)

Balazs Halasy, Svitlana Shatokhina


Comments

There are no comments.