Remove value for a specific property/name/key
Example
$item->remove('some_property');
Usage
$self = $wireDataDB->remove(string $key);
Arguments
Name | Type(s) | Description |
---|---|---|
key | string | Name of property you want to remove |
Return value
self
Object instance it was called from (method supports fluent interface).
Exceptions
Method can throw exceptions on error:
WireException
WireDataDB methods and properties
API reference based on ProcessWire core version 3.0.236