File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 7
7
8
8
class CurlWrapper
9
9
{
10
+ protected $ _baseURI ;
11
+ protected $ _timeout ;
12
+ protected $ _token ;
13
+ protected $ _pathConfiguration = '' ;
10
14
protected $ _headerLocation = null ;
11
- private $ _contentType ;
12
15
protected $ _headerProperty = null ;
13
16
protected $ _headerResponseCode = null ;
17
+ private $ _contentType ;
14
18
15
19
/**
16
20
* Constructor
Original file line number Diff line number Diff line change 4
4
5
5
class RESTful extends CurlWrapper implements RESTfulInterface
6
6
{
7
- protected $ _baseURI ;
8
- protected $ _timeout ;
9
- protected $ _token ;
10
- protected $ _pathConfiguration = '' ;
11
-
12
7
/**
13
8
* Constructor
14
9
*
Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ public function setPathConfiguration($pathConfiguration);
36
36
* @return void
37
37
*/
38
38
public function setHeaderProperty ($ headerProperty );
39
+
40
+ /**
41
+ * @return string
42
+ */
39
43
public function getHeaderLocation ();
40
44
41
45
/**
You can’t perform that action at this time.
0 commit comments