
admin4 - 2011-01-20 07:32:05
Constructor of class jsonRPCClient sets the $this->proxy property. Initial value of the property is calculated using $proxy parameter. This parameter ($proxy) is not listed in constructor parameters list so there is no way to pass it into constructor method. $this->proxy property is not defined in class so its visibility is going to be public.