$page→setQuietly()
Quietly set the value of a page property.
Set a value to a page without tracking changes and without exceptions. Otherwise same as set().
Usage
$page->setQuietly(string $key, mixed $value);
Arguments
Name | Type(s) | Description |
---|---|---|
$key | string | |
$value | mixed |
Return value
$this
Object instance it was called from (method supports fluent interface).
API reference based on ProcessWire core version 3.0.251