You are here

class FrxRenderer in Forena Reports 8

Defines an FrxDocument item annotation object

Hierarchy

Expanded class hierarchy of FrxRenderer

See also

\Drupal\forena\DocumentPluginManager

12 classes are annotated with FrxRenderer
FrxAjax in src/FrxPlugin/Renderer/FrxAjax.php
Crosstab Renderer
FrxCrosstab in src/FrxPlugin/Renderer/FrxCrosstab.php
Crosstab Renderer
FrxInclude in src/FrxPlugin/Renderer/FrxInclude.php
Include a reprot
FrxMenu in src/FrxPlugin/Renderer/FrxMenu.php
Class FrxMenu
FrxMyReports in src/FrxPlugin/Renderer/FrxMyReports.php
Report Listing

... See full list

File

src/Annotation/FrxRenderer.php, line 21

Namespace

Drupal\forena\Annotation
View source
class FrxRenderer extends Plugin {

  /**
   * FrxAPI Document Plugin id
   *
   * @var string
   */
  public $id;

}

Members

Namesort descending Modifiers Type Description Overrides
FrxRenderer::$id public property FrxAPI Document Plugin id
Plugin::$definition protected property The plugin definition read from the class annotation. 1
Plugin::get public function Gets the value of an annotation. Overrides AnnotationInterface::get 5
Plugin::getClass public function Gets the class of the annotated class. Overrides AnnotationInterface::getClass
Plugin::getId public function Gets the unique ID for this annotated class. Overrides AnnotationInterface::getId
Plugin::getProvider public function Gets the name of the provider of the annotated class. Overrides AnnotationInterface::getProvider
Plugin::parse protected function Parses an annotation into its definition.
Plugin::setClass public function Sets the class of the annotated class. Overrides AnnotationInterface::setClass
Plugin::setProvider public function Sets the name of the provider of the annotated class. Overrides AnnotationInterface::setProvider
Plugin::__construct public function Constructs a Plugin object. 2