MyQEE\Server\RPC\Client::__construct PHP Method

__construct() public method

Client constructor.
public __construct ( $rpc )
    public function __construct($rpc)
    {
        $this->__rpc = "\\" . trim($rpc, '\\');
    }