PHP Class Prose\FromRuntimeTableForTargetEnvironment

Author: Michael Heap ([email protected])
Inheritance: extends BaseRuntimeTable
Afficher le fichier Open project: datasift/storyplayer

Méthodes publiques

Méthode 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 méthode

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

getDetailsFromGroup() public méthode

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
Résultat stdClass The details stored under $key

getGroupFromTable() public méthode

public getGroupFromTable ( $group )

getTable() public méthode

getTable
public getTable ( ) : object
Résultat object The table from the config