InputfieldSelect::replaceOption() method

Replace an option already present with the new value (and optionally new label and attributes)

Available since version 3.0.134.

Usage

// basic usage
$bool = $inputfieldSelect->replaceOption($oldValue, $newValue);

// usage with all arguments
$bool = $inputfieldSelect->replaceOption($oldValue, $newValue, $newLabel = null, $newAttributes = null);

Arguments

NameType(s)Description
oldValuestring, int, float
newValuestring, int, float
newLabel (optional)string, null

Specify string to replace or omit (null) to leave existing label

newAttributes (optional)array, null

Specify array to replace, or omit (null) to leave existing attributes

Return value

bool

True if option was replaced, false if oldValue was not found to replace,


InputfieldSelect methods and properties

API reference based on ProcessWire core version 3.0.236

Latest news

  • ProcessWire Weekly #520
    In the 520th issue of ProcessWire Weekly we'll check out some of the latest additions to the ProcessWire module's directory, share some highlights from the latest weekly update from Ryan, and more. Read on!
    Weekly.pw / 27 April 2024
  • ProFields Table Field with Actions support
    This week we have some updates for the ProFields table field (FieldtypeTable). These updates are primarily focused on adding new tools for the editor to facilitate input and management of content in a table field.
    Blog / 12 April 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.