You are here

protected function Notifications_Subscription::set_property in Notifications 7

Set property, possibly from form submission

1 call to Notifications_Subscription::set_property()
Notifications_Subscription::set_properties_from_values in ./notifications.subscription.inc
Set instance properties from array of values

File

./notifications.subscription.inc, line 676
Drupal Notifications Framework - Default class file

Class

Notifications_Subscription
Common base for subscription type and subscription instance

Code

protected function set_property($name, $value, $validate = TRUE) {
  $this->{$name} = $value;
}