Tribe__Data::set_data( array $data )
Sets the data this object will manage.
Contents
Parameters
- $data
-
(array) (Required) The data this object will manage.
Source
File: src/Tribe/Data.php
public function set_data( array $data ) {
$this->data = $data;
}