Commit 0d817e67 by mdomba (mdlap)

typo fix

parent 013fa0bb
...@@ -53,7 +53,7 @@ class Model extends Component implements Initable, \IteratorAggregate, \ArrayAcc ...@@ -53,7 +53,7 @@ class Model extends Component implements Initable, \IteratorAggregate, \ArrayAcc
* Initializes this model. * Initializes this model.
* *
* This method is required by the [[Initable]] interface. It is invoked by [[\Yii::create]] * This method is required by the [[Initable]] interface. It is invoked by [[\Yii::create]]
* after its creates the new model instance and initializes the model properties. * after it creates the new model instance and initializes the model properties.
* *
* The default implementation calls [[behaviors]] and registers any available behaviors. * The default implementation calls [[behaviors]] and registers any available behaviors.
* You may override this method with additional initialization logic (e.g. establish DB connection). * You may override this method with additional initialization logic (e.g. establish DB connection).
......
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