Метод | Описание | |
---|---|---|
getDetails ( string $key ) : object | getDetails | |
getDetailsFromGroup ( $group, string $key ) : stdClass | Get details for a specific key from a group | |
getGroupFromTable ( $group ) | ||
getTable ( ) : object | getTable |
public getDetails ( string $key ) : object | ||
$key | string | key The key to look for inside the tableName table |
Результат | object | The details stored under $key |
public getDetailsFromGroup ( $group, string $key ) : stdClass | ||
$key | string | The key to look for inside the tableName table |
Результат | stdClass | The details stored under $key |