Ejemplo n.º 1
0
 function add_matchspy($spy)
 {
     $this->_spies[] = $spy;
     Enquire_add_matchspy($this->_cPtr, $spy);
 }
Ejemplo n.º 2
0
	function add_matchspy($spy) {
		Enquire_add_matchspy($this->_cPtr,$spy);
	}