Tribe__Data::set_data( array $data )

Sets the data this object will manage.


Parameters

$data

(array) (Required) The data this object will manage.


Top ↑

Source

File: src/Tribe/Data.php

	public function set_data( array $data ) {
		$this->data = $data;
	}