MultiOptionsFieldData

Type
Class
Namespace
Craft
Inherits
Craft\MultiOptionsFieldData » ArrayObject (opens new window)
Since
1.0

Multi-select option field data class.

See also http://craftcms.com

View source (opens new window)

# Public Methods

Method Description
contains()
getOptions() Returns the options.
setOptions() Sets the options.

# contains()

Signature

public boolean contains ( $value )

# getOptions()

Signature

public array, null getOptions ( )

# setOptions()

Sets the options.

View source (opens new window)

Arguments

Signature

public void setOptions ( $options )