populateItem() protected method
Populates an auth item with the data fetched from database
| protected yii\rbac\Item populateItem ( $row ) | ||
|---|---|---|
| $row | array | 
 The data from the auth item table  |  
| return | yii\rbac\Item | 
 The populated auth item instance (either Role or Permission)  |  
Please login to continue.