public function ProxyItemInterface::__get in Purge 8.3
Retrieve a property.
Parameters
string $name: The name of the property, can be 'item_id', 'created' or 'data'.
Return value
mixed The property value.
Throws
\Drupal\purge\Plugin\Purge\Queue\Exception\InvalidPropertyException Thrown when the requested property isn't 'item_id', 'created' or 'data'.
See also
http://php.net/manual/en/language.oop5.overloading.php#object.get
1 method overrides ProxyItemInterface::__get()
- ProxyItem::__get in src/
Plugin/ Purge/ Queue/ ProxyItem.php - Retrieve a property.
File
- src/
Plugin/ Purge/ Queue/ ProxyItemInterface.php, line 76
Class
- ProxyItemInterface
- Describes a proxy item.
Namespace
Drupal\purge\Plugin\Purge\QueueCode
public function __get($name);