Property | Type | Description | |
---|---|---|---|
$entryKey | string | entryKey The key that this table interacts with in the RuntimeConfig |
Method | Description | |
---|---|---|
hasEntryForRole ( string $roleName ) : void | hasEntryForRole | |
hasNoEntryForRole ( string $roleName ) : void | hasNoEntryForRole |
public hasEntryForRole ( string $roleName ) : void | ||
$roleName | string | The role we're looking for |
return | void |
public hasNoEntryForRole ( string $roleName ) : void | ||
$roleName | string | The role we're looking for |
return | void |
protected string $entryKey | ||
return | string |