Commit a5ab4aa2 by Alexander Makarov

fix

parent 9a1221e7
......@@ -55,7 +55,7 @@ class MyClass extends \yii\Object
}
}
```
~~~
In the above, the last parameter of the constructor must take a configuration array
which contains name-value pairs for initializing the properties at the end of the constructor.
You can override the `init()` method to do initialization work that should be done after
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment