public function CFObserver::__construct in Changed Fields API 7
Same name and namespace in other branches
- 7.2 includes/changed_fields.core.inc \CFObserver::__construct()
Parameters
$id:
File
- includes/
changed_fields.core.inc, line 57 - changed_fields.core.inc file.
Class
- CFObserver
- Class CFObserver.
Code
public function __construct($id) {
$this->id = $id;
}