SelectableOptionArray class

Located in file /wire/modules/Fieldtype/FieldtypeOptions/SelectableOptionArray.php

Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the SelectableOptionArray class also inherits all the methods and properties of: WireArray and Wire.

Show class?             Show args?        

Common

NameReturnSummary 
SelectableOptionArray::getField()
null FieldReturns Field object these options are for 
SelectableOptionArray::getItemKey($item)
(nothing) 
SelectableOptionArray::getPage()
NullPage PageReturns page these options are for, if applicable (NullPage otherwise) 
SelectableOptionArray::getProperty(string $property)
mixed nullEnables this WireArray to behave like the first item (for getting properties) 
SelectableOptionArray::hasID(int $id)
SelectableOption boolIs the given id present in these selectable options? 
SelectableOptionArray::hasTitle(string $title)
SelectableOption boolIs the given title present in these selectable options? 
SelectableOptionArray::hasValue(string $value)
SelectableOption boolIs the given value present in these selectable options? 
SelectableOptionArray::id int 
SelectableOptionArray::isIdentical(WireArray $items)
boolIs the given WireArray identical to this one? 
SelectableOptionArray::isValidItem($item)
boolIs the given item valid for storange in this array? 
SelectableOptionArray::isValidKey($key)
boolIs the given item key valid for use in this array? 
SelectableOptionArray::makeBlankItem()
(nothing) 
SelectableOptionArray::of()
boolGet or set output formatting mode 
SelectableOptionArray::render()
stringProvide a default string rendering of these selectable options 
SelectableOptionArray::set($key, $value)
$thisSet an item by key in the WireArray. 
SelectableOptionArray::setField(Field $field)
(nothing)Set the field these options are for 
SelectableOptionArray::setPage(Page $page)
(nothing)Set the these options live on 
SelectableOptionArray::setProperty(string $property, mixed $value)
SelectableOption SelectableOptionArrayEnables this WireArray to behave like the first item (for setting properties) 
SelectableOptionArray::title string 
SelectableOptionArray::value string 

Additional methods and properties

In addition to the methods and properties above, SelectableOptionArray also inherits the methods and properties of these classes:

API reference based on ProcessWire core version 3.0.236

Latest news

  • ProcessWire Weekly #544
    In the 150th issue of ProcessWire Weekly we'll check out brand-new third party module called Inputfield Dependency Helper, share some recent highlights from the support forum, and more. Read on!
    Weekly.pw / 12 October 2024
  • Custom Fields Module
    This week we look at a new ProFields module named Custom Fields. This module provides a way to rapidly build out ProcessWire fields that contain any number of subfields/properties within them.
    Blog / 30 August 2024
  • Subscribe to weekly ProcessWire news

“Indeed, if ProcessWire can be considered as a CMS in its own right, it also offers all the advantages of a CMF (Content Management Framework). Unlike other solutions, the programmer is not forced to follow the proposed model and can integrate his/her ways of doing things.” —Guy Verville, Spiria Digital Inc.