Skip to content

Commit 7835512

Browse files
authored
Merge pull request #29 from ocjojo/master
add $url as property of RestClient class
2 parents 59a464a + 7eb73b3 commit 7835512

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

restclient.php

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class RestClientException extends Exception {}
1010

1111
class RestClient implements Iterator, ArrayAccess {
1212

13+
public $url;
1314
public $options;
1415
public $handle; // cURL resource handle.
1516

0 commit comments

Comments
 (0)