class PermissionsManager extends Component

Properties

string $activeTab

Currently active tab: 'roles', 'permissions', or 'users'

Methods

void
setTab(string $tab)

Switch to a different tab.

render()

Get the layout to use for this component.

Details

at line 19
void setTab(string $tab)

Switch to a different tab.

Parameters

string $tab

Return Value

void

at line 27
render()

Get the layout to use for this component.