TemplateFile::set() method

Set a property

Example

// Set a value for a property
$item->set('foo', 'bar');

// Set a property value directly
$item->foo = 'bar';

// Set a property using array access
$item['foo'] = 'bar';

Usage

$templateFile->set(string $key, mixed $value);

Arguments

NameType(s)Description
keystring

Name of property you want to set

valuemixed

Value of property

Return value

this WireData

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

See Also


TemplateFile methods and properties

API reference based on ProcessWire core version 3.0.248

Latest news

“The end client and designer love the ease at which they can update the website. Training beyond how to log in wasn’t even necessary since ProcessWire’s default interface is straightforward.” —Jonathan Lahijani