run() public method
Creates a new model.
| public yii\db\ActiveRecordInterface run ( ) | ||
|---|---|---|
| return | yii\db\ActiveRecordInterface |
The model newly created |
| throws | yii\web\ServerErrorHttpException |
if there is any error when creating the model |
run() public method
Creates a new model.
| public yii\db\ActiveRecordInterface run ( ) | ||
|---|---|---|
| return | yii\db\ActiveRecordInterface |
The model newly created |
| throws | yii\web\ServerErrorHttpException |
if there is any error when creating the model |
Please login to continue.