Context |
class |
src/Context/Context.php |
|
Menu::$ext |
property |
src/Menu.php |
|
FrxContext |
class |
src/Annotation/FrxContext.php |
FrxContextPlugin annotation. |
AppContext |
class |
src/Context/AppContext.php |
|
ContextBase |
class |
src/FrxPlugin/Context/ContextBase.php |
|
DataContext |
class |
src/Context/DataContext.php |
The DataContext class holds all of the data contexts during the report
rendering process. The general idea is that during the report render, data
objects are pushed on the stack with the id's of the block or foreach objects
that invoke them. |
Context.php |
file |
src/Context/Context.php |
|
Context::__get |
function |
src/Context/Context.php |
|
Context::__set |
function |
src/Context/Context.php |
|
AppContext.php |
file |
src/Context/AppContext.php |
|
FrxContext.php |
file |
src/Annotation/FrxContext.php |
|
FrxContext::$id |
property |
src/Annotation/FrxContext.php |
|
ContextBase.php |
file |
src/FrxPlugin/Context/ContextBase.php |
|
DataContext.php |
file |
src/Context/DataContext.php |
Implements \Drupal\forena\Context\DataContext |
ContextInterface |
interface |
src/FrxPlugin/Context/ContextInterface.php |
|
Context::$values |
property |
src/Context/Context.php |
|
DataContext::$id |
property |
src/Context/DataContext.php |
|
DataContext::pop |
function |
src/Context/DataContext.php |
Remove data from the data stack. |
FrxDocument::$ext |
property |
src/Annotation/FrxDocument.php |
Extenstion of Document Type |
AppContext::__get |
function |
src/Context/AppContext.php |
|
AppContext::__set |
function |
src/Context/AppContext.php |
|
Context::getValue |
function |
src/Context/Context.php |
|
Context::setValue |
function |
src/Context/Context.php |
|
DataContext::push |
function |
src/Context/DataContext.php |
Push a data context onto the data stacks
to make sure that we can address these using an
appropriate syntax. I think we don't need data_stack
but i'm holding it there in case we develop a "relative" path syntax. |
Forena::setContext |
function |
src/Forena.php |
|
ContextBase::asXML |
function |
src/FrxPlugin/Context/ContextBase.php |
Return the properteis of the element. |
AppContext::create |
function |
src/Context/AppContext.php |
Singleton factory. |
ContextInterface.php |
file |
src/FrxPlugin/Context/ContextInterface.php |
Data contexts are used to respond to toekn |
AppContext::__wakeup |
function |
src/Context/AppContext.php |
Wakeup method makes sure unserialized obejcts from the app context
are still set at the instance level. |
Context::__construct |
function |
src/Context/Context.php |
|
AppContext::$instance |
property |
src/Context/AppContext.php |
|
DataContext::getValue |
function |
src/Context/DataContext.php |
Get the value from the data.
This is used by token_replace method to extract the data based on the path provided. |
DataContext::setValue |
function |
src/Context/DataContext.php |
Allows override of a value for the current context. |
RendererBase::addText |
function |
src/FrxPlugin/Renderer/RendererBase.php |
Add a text node to the current dom node. |
RendererBase::extract |
function |
src/FrxPlugin/Renderer/RendererBase.php |
Extract a configuration var removing it from the array |
DriverBase::$block_ext |
property |
src/FrxPlugin/Driver/DriverBase.php |
|
DataContext::$id_stack |
property |
src/Context/DataContext.php |
|
FrxAPI::getDataContext |
function |
src/FrxAPI.php |
Get the context of a specific id. |
FrxAPI::setDataContext |
function |
src/FrxAPI.php |
Set Data context by id. |
ContextInterface::asXML |
function |
src/FrxPlugin/Context/ContextInterface.php |
Return the object data as a simplexml element so that xpath and evaluate
functions may be used on it within the context of a report. |
FrxContextPluginManager |
class |
src/FrxContextPluginManager.php |
|
AppContext::$properties |
property |
src/Context/AppContext.php |
|
DataContext::arrayToXml |
function |
src/Context/DataContext.php |
|
DataContext::setContext |
function |
src/Context/DataContext.php |
|
DataContext::getContext |
function |
src/Context/DataContext.php |
Return a data context by id. |
APITest::testDataContext |
function |
tests/src/Unit/APITest.php |
|
DataContext::$data_stack |
property |
src/Context/DataContext.php |
|
DataContext::dumpContext |
function |
src/Context/DataContext.php |
|
AppService::$siteContext |
property |
src/AppService.php |
|
frxplugin.manager.context |
service |
./forena.services.yml |
Drupal\forena\FrxContextPluginManager |