WireArray::removeData()

Remove a property/value previously set with the WireArray::data() method.

Usage

$wireArray->removeData(string $key);

Arguments

NameType(s)Description
$keystring

Name of property you want to remove

Return value

$this

Object instance it was called from (method supports fluent interface).


WireArray methods and properties

API reference based on ProcessWire core version 3.0.252