$pagesetQuietly()

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

NameType(s)Description
$keystring
$valuemixed

Return value

$this

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


$page methods and properties

API reference based on ProcessWire core version 3.0.251