You are here

class FrxTemplate in Forena Reports 8

Same name in this branch
  1. 8 src/Annotation/FrxTemplate.php \Drupal\forena\Annotation\FrxTemplate
  2. 8 src/FrxPlugin/Renderer/FrxTemplate.php \Drupal\forena\FrxPlugin\Renderer\FrxTemplate

Defines an FrxDocument item annotation object

Hierarchy

Expanded class hierarchy of FrxTemplate

See also

\Drupal\forena\DocumentPluginManager

3 classes are annotated with FrxTemplate
FrxCrosstab in src/FrxPlugin/Template/FrxCrosstab.php
Crosstab Report Template
FrxEmailMerge in src/FrxPlugin/Template/FrxEmailMerge.php
Email Merge Template
FrxFieldTable in src/FrxPlugin/Template/FrxFieldTable.php
Field Table Template

File

src/Annotation/FrxTemplate.php, line 21

Namespace

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

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

  /**
   * Descriptive name of plugin
   *
   * @var string
   */
  public $name;

}

Members

Namesort descending Modifiers Type Description Overrides
FrxTemplate::$id public property FrxAPI Document Plugin id
FrxTemplate::$name public property Descriptive name of plugin
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