function GetterEvent::protectedGetter

Getter method for $protectedProperty.

Return value

string The value of protectedProperty.

File

tests/modules/rules_test_event/src/Event/GetterEvent.php, line 65

Class

GetterEvent
An Event that has getter methods defined for its properties.

Namespace

Drupal\rules_test_event\Event

Code

public function protectedGetter() {
    return $this->protectedProperty;
}