You are here

function rules_data_type::update in Rules 6

Replaces the data with the new one

File

rules/rules.data_types.inc, line 69
Defines the data type class

Class

rules_data_type
Base data type class, from which special data types can be derived.

Code

function update(&$data) {
  $this->_data =& $data;
}