Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Nov 11, 2019
1 parent f99ce3d commit 7d89f48
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ inherited from `SettingsContainerInterface`:

method | return | description
------ | ------ | -----------
`__get(string $property)` | mixed |
`__get(string $property)` | mixed | calls `$this->{'get_'.$property}($value)` if such a method exists
`__set(string $property, $value)` | void | calls `$this->{'set_'.$property}($value)` if such a method exists
`__isset(string $property)` | bool |
`__unset(string $property)` | void |
Expand Down Expand Up @@ -257,6 +257,12 @@ property | type | default | description
`$curl_options` | array | `[]` | https://php.net/manual/function.curl-setopt.php
`$ca_info` | string | `null` | https://curl.haxx.se/docs/caextract.html
`$ssl_verifypeer` | bool | `true` | see CURLOPT_SSL_VERIFYPEER
`$curlHandle` | string | `CurlHandle::class` |
`$windowSize` | int | 5 |
`$sleep` | int/float | `null` |
`$timeout` | int | 10 |
`$retries` | int | 3 |
`$curl_multi_options` | array | `[]` |


# Disclaimer
Expand Down

0 comments on commit 7d89f48

Please sign in to comment.