<?php	class phpConnector_hyperspace_virtuality{
//****************************************************************************************************************************//

	private static $virtuality=array();
	private $hyperspace=null;

public function __construct($hyperspace=null){

	if($hyperspace===null){$param=func_get_args();

		$this->hyperspace=rand();

		self::$virtuality[$this->hyperspace]=array(



		);




	}else{if(isset(self::$virtuality[$hyperspace])){$this->hyperspace=$hyperspace;
		}else{trigger_error("intern session-change", E_USER_WARNING);}}}
//****************************************************************************************************************************//
	public function __call($method,$param){


		echo "[".$this->hyperspace."] ".$method."<br>";
		return new self($this->hyperspace);
	}
/*******************************************************************************************************************************
	echo "XXX";

	$this->hyperspace=array(

	);

		eval('$exchanger=new hyperspace_client_exchanger($param['.implode('],$param[',array_slice(array_keys($param),2)).']);');


		if((!isset($param[1]))OR(!is_file($file=dirname(__FILE__)."/hyperspace_client_exchanger_".urlencode($param[1]).".php"))){
			$file="hyperspace_client_exchanger_default.php";
		} require_once($file);


*/}?>