You are here

public function Messaging_Object::is_instance in Messaging 6.4

Check whether this object is an instance or just a template

File

includes/messaging_object.class.inc, line 225
Drupal Messaging Framework - Base classes

Class

Messaging_Object
Messaging persistent object

Code

public function is_instance() {
  return !$this->deleted && $this
    ->key();
}