You are here

protected property AcquiaPurgeQueueItem::$properties in Acquia Purge 7

Describes the accessible properties and if they're RO (FALSE) or RW (TRUE).

Type: bool[string]

File

lib/queue/AcquiaPurgeQueueItem.php, line 66

Class

AcquiaPurgeQueueItem
Provides a queue item object.

Code

protected $properties = [
  'item_id' => TRUE,
  'created' => TRUE,
  'data' => FALSE,
];