Example #1
0
	static function getInstance($reportId = "") {
		$self = new self();
		return $self->Reports($reportId);
	}