WireData::setQuietly() method

Same as set() but without change tracking

  • If $this->trackChanges() is false, then this is no different than set(), since changes aren't being tracked.
  • If $this->trackChanges() is true, then the value will be set quietly (i.e. not recorded in the changes list).

Usage

$wireData->setQuietly(string $key, mixed $value);

Arguments

NameType(s)Description
keystring

Name of property you want to set

valuemixed

Value of property

Return value

$this

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

See Also


WireData methods and properties

API reference based on ProcessWire core version 3.0.244

“…building with ProcessWire was a breeze, I really love all the flexibility the system provides. I can’t imagine using any other CMS in the future.” —Thomas Aull