PHP Class Prose\ExpectsRolesTable

Inheritance: extends Prose
Afficher le fichier Open project: datasift/storyplayer

Protected Properties

Свойство Type Description
$entryKey string entryKey The key that this table interacts with in the RuntimeConfig

Méthodes publiques

Méthode Description
hasEntryForRole ( string $roleName ) : void hasEntryForRole
hasNoEntryForRole ( string $roleName ) : void hasNoEntryForRole

Method Details

hasEntryForRole() public méthode

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

hasNoEntryForRole() public méthode

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

Property Details

$entryKey protected_oe property

entryKey The key that this table interacts with in the RuntimeConfig
protected string $entryKey
Résultat string