Overrides TraversableTypedDataInterface::onChange
public function onChange($name) { // Notify the parent of changes. if (isset($this->parent)) { $this->parent ->onChange($this->name); } }