PlainEvent::$publicProperty

A public property.

Type: string

File

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

Class

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

Namespace

Drupal\rules_test_event\Event

Code

public $publicProperty = 'public property';