public function Notifications_Object::get_value in Notifications 7
Get object value
File
- ./
notifications.object.inc, line 146 - Drupal Notifications Framework - Default class file
Class
- Notifications_Object
- Wrapper for Drupal objects
Code
public function get_value() {
return isset($this->value) ? $this->value : NULL;
}