PHP Class Prose\FromRolesTable

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
getDetailsForRole ( string $roleName ) : DataSift\Stone\ObjectLib\BaseObject getDetailsForRole
getRolesTable ( ) : object getRolesTable

Method Details

getDetailsForRole() public method

getDetailsForRole
public getDetailsForRole ( string $roleName ) : DataSift\Stone\ObjectLib\BaseObject
$roleName string The role we're looking for
return DataSift\Stone\ObjectLib\BaseObject Details about $roleName

getRolesTable() public method

getRolesTable
public getRolesTable ( ) : object
return object The roles table

Property Details

$entryKey protected property

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