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

Commit 7d89f48

Browse files
committed
:octocat:
1 parent f99ce3d commit 7d89f48

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ inherited from `SettingsContainerInterface`:
215215

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

261267

262268
# Disclaimer

0 commit comments

Comments
 (0)