protected function Notifications_Object::get_property in Notifications 7
Get object type property
1 call to Notifications_Object::get_property()
- Notifications_Object::get_title in ./
notifications.object.inc - Get object type title
File
- ./
notifications.object.inc, line 235 - Drupal Notifications Framework - Default class file
Class
- Notifications_Object
- Wrapper for Drupal objects
Code
protected function get_property($name, $default = NULL) {
return $this
->type_info($this->type, $name, $default);
}