You are here

public function CFObserver::__construct in Changed Fields API 7.2

Same name and namespace in other branches
  1. 7 includes/changed_fields.core.inc \CFObserver::__construct()

Observer constructor.

Parameters

string $id: Observer unique identifier.

File

includes/changed_fields.core.inc, line 86
File contains core classes and interfaces.

Class

CFObserver
Class CFObserver.

Code

public function __construct($id) {
  $this->id = $id;
}