public function Notifications_Object::get_title in Notifications 7
Get object type title
File
- ./
notifications.object.inc, line 93 - Drupal Notifications Framework - Default class file
Class
- Notifications_Object
- Wrapper for Drupal objects
Code
public function get_title() {
return $this
->get_property('title', '');
}