You are here

public function Notifications_Field::__sleep in Notifications 7

PHP Magic. Regurn object properties to be serialized

File

./notifications.field.inc, line 379
Drupal Notifications Framework - Default class file

Class

Notifications_Field
Base class for Notifications fields

Code

public function __sleep() {
  return array(
    'type',
    'value',
    'position',
    'name',
  );
}