class Frx in Forena Reports 8
Hierarchy
Expanded class hierarchy of Frx
2 files declare their use of Frx
- ForenaController.php in src/
Controller/ ForenaController.php - ForenaInegrationTest.php in src/
Tests/ ForenaInegrationTest.php - tests Tests for forena. @author davidmetzler
File
- src/
Frx.php, line 12
Namespace
Drupal\forenaView source
class Frx {
use FrxAPI;
private static $instance;
/**
* Forena API instance to expose traits on the object.
* @return \Drupal\forena\Frx;
*/
public static function instance() {
if (static::$instance === NULL) {
static::$instance = new static();
}
return static::$instance;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Frx:: |
private static | property | ||
Frx:: |
public static | function | Forena API instance to expose traits on the object. | |
FrxAPI:: |
public | function | Returns containing application service | |
FrxAPI:: |
public | function | Get the current data context. | |
FrxAPI:: |
public | function | ||
FrxAPI:: |
public | function | Returns the data manager service | |
FrxAPI:: |
public | function | Return Data Service | |
FrxAPI:: |
public | function | Returns the fornea document manager | |
FrxAPI:: |
public | function | Report an error | |
FrxAPI:: |
public | function | Get the context of a specific id. | |
FrxAPI:: |
public | function | Get the current document | |
FrxAPI:: |
public | function | Load the contents of a file in the report file system. | |
FrxAPI:: |
function | Enter description here... | 1 | |
FrxAPI:: |
public | function | Pop data off of the stack. | |
FrxAPI:: |
public | function | Push data onto the Stack | |
FrxAPI:: |
public | function | Run a report with a particular format. | 1 |
FrxAPI:: |
public | function | Get the current report file system. | |
FrxAPI:: |
public | function | Set Data context by id. | |
FrxAPI:: |
public | function | Change to a specific document type. | |
FrxAPI:: |
public | function | Get list of skins. |