getItem() public method
Returns the named auth item.
| public yii\rbac\Item getItem ( $name ) | ||
|---|---|---|
| $name | string | 
 The auth item name.  |  
| return | yii\rbac\Item | 
 The auth item corresponding to the specified name. Null is returned if no such item.  |  
getItem() public method
Returns the named auth item.
| public yii\rbac\Item getItem ( $name ) | ||
|---|---|---|
| $name | string | 
 The auth item name.  |  
| return | yii\rbac\Item | 
 The auth item corresponding to the specified name. Null is returned if no such item.  |  
Please login to continue.