Skip to content

Commit 6ee16c8

Browse files
committed
1 parent 3dc80d6 commit 6ee16c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,11 @@ var_dump($container->bar); // -> nothing
121121

122122
### API
123123

124-
#### [`SettingsContainerInterface`](https://github.com/chillerlan/php-settings-container/blob/master/src/SettingsContainerInterface.php)
124+
#### [`SettingsContainerAbstract`](https://github.com/chillerlan/php-settings-container/blob/master/src/SettingsContainerAbstract.php)
125125

126126
method | return | info
127127
-------- | ---- | -----------
128+
`__construct(iterable $properties = null)` | - | calls `construct()` internally after the properties have been set to call a method with trait name as replacement constructor for each used trait
128129
`__get(string $property)` | mixed |
129130
`__set(string $property, $value)` | void |
130131
`__isset(string $property)` | bool |

0 commit comments

Comments
 (0)