run() public method
Displays a model.
| public yii\db\ActiveRecordInterface run ( $id ) | ||
|---|---|---|
| $id | string |
The primary key of the model. |
| return | yii\db\ActiveRecordInterface |
The model being displayed |
run() public method
Displays a model.
| public yii\db\ActiveRecordInterface run ( $id ) | ||
|---|---|---|
| $id | string |
The primary key of the model. |
| return | yii\db\ActiveRecordInterface |
The model being displayed |
Please login to continue.