PHP Class Prose\FromRuntimeTableForTargetEnvironment

Author: Michael Heap ([email protected])
Inheritance: extends BaseRuntimeTable
Show file Open project: datasift/storyplayer

Public Methods

Method Description
getDetails ( string $key ) : object getDetails
getDetailsFromGroup ( $group, string $key ) : stdClass Get details for a specific key from a group
getGroupFromTable ( $group )
getTable ( ) : object getTable

Method Details

getDetails() public method

Get details for a specific key
public getDetails ( string $key ) : object
$key string key The key to look for inside the tableName table
return object The details stored under $key

getDetailsFromGroup() public method

Get details for a specific key from a group
public getDetailsFromGroup ( $group, string $key ) : stdClass
$key string The key to look for inside the tableName table
return stdClass The details stored under $key

getGroupFromTable() public method

public getGroupFromTable ( $group )

getTable() public method

getTable
public getTable ( ) : object
return object The table from the config