PHP Class Prose\ExpectsRolesTable

Inheritance: extends Prose
Show file Open project: datasift/storyplayer

Protected Properties

Property Type Description
$entryKey string entryKey The key that this table interacts with in the RuntimeConfig

Public Methods

Method Description
hasEntryForRole ( string $roleName ) : void hasEntryForRole
hasNoEntryForRole ( string $roleName ) : void hasNoEntryForRole

Method Details

hasEntryForRole() public method

hasEntryForRole
public hasEntryForRole ( string $roleName ) : void
$roleName string The role we're looking for
return void

hasNoEntryForRole() public method

hasNoEntryForRole
public hasNoEntryForRole ( string $roleName ) : void
$roleName string The role we're looking for
return void

Property Details

$entryKey protected property

entryKey The key that this table interacts with in the RuntimeConfig
protected string $entryKey
return string