getItem() protected abstract method
Returns the named auth item.
protected abstract 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.