﻿£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>
<?php


class Tribe__Events__Default_Values {

	public function __call( $method, $args ) {
		if ( method_exists( $this, strtolower( $method ) ) ) {
			return call_user_func_array( [ $this, strtolower( $method ) ], $args );
		}

		return '';
	}

	public function venue() {
		return $this->venue_id();
	}

	public function venue_id() {
		return null;
	}

	public function organizer() {
		return $this->organizer_id();
	}

	public function organizer_id() {
		return 0;
	}

	public function address() {
		return '';
	}

	public function city() {
		return '';
	}

	public function state() {
		return '';
	}

	public function province() {
		return '';
	}

	public function zip() {
		return '';
	}

	public function country() {
		return [ '', '' ];
	}

	public function phone() {
		return '';
	}


}
