Interface for universal standard way of the object initialization through the array of parameters.
You should implement this interface in your classes if they have to be initialized.
| Methods | |
|---|---|
|
public
|
Initialization method. |
Initialization method.
| Name | Pass type | Value type | Default value | Description |
|---|---|---|---|---|
| $parameters | by value | array |
This array may contain any data required for the initialization of the objects of your class. |
It might throw an exception in the case of any errors.