PlainEvent::$privateProperty

A private property.

Type: string

File

tests/modules/rules_test_event/src/Event/PlainEvent.php, line 44

Class

PlainEvent
An Event that has properties but no explicit getter methods.

Namespace

Drupal\rules_test_event\Event

Code

private $privateProperty = 'private property';