PlainEvent::$protectedProperty

A protected property.

Type: string

File

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

Class

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

Namespace

Drupal\rules_test_event\Event

Code

protected $protectedProperty = 'protected property';