removeAllRules() public method Removes all rules. All roles and permissions which have rules will be adjusted accordingly. public void removeAllRules ( )
removeAllRoles() public method Removes all roles. All parent child relations will be adjusted accordingly. public void removeAllRoles ( )
removeAllPermissions() public method Removes all permissions. All parent child relations will be adjusted accordingly. public void removeAllPermissions ( )
removeAllItems() protected method Removes all auth items of the specified type. protected void removeAllItems ( $type )$type integer The auth item type (either Item::TYPE_PERMISSION or Item::TYPE_ROLE)
removeAllAssignments() public method Removes all role assignments. public void removeAllAssignments ( )
removeAll() public method Removes all authorization data, including roles, permissions, rules, and assignments. public void removeAll ( )
populateItem() protected method Populates an auth item with the data fetched from collection protected yii\rbac\Item populateItem ( $row )$row array The data from the auth item collection return yii\rbac\Item The populated auth item instance (either Role or Permission)
loadFromCache() public method Loads data from cache public void loadFromCache ( )
invalidateCache() public method Invalidates RBAC related cache public void invalidateCache ( )
init() public method Initializes the application component. This method overrides the parent implementation by establishing the MongoDB connection. public void init ( )
Page 193 of 633