class FrxTemplate in Forena Reports 8
Same name in this branch
- 8 src/Annotation/FrxTemplate.php \Drupal\forena\Annotation\FrxTemplate
 - 8 src/FrxPlugin/Renderer/FrxTemplate.php \Drupal\forena\FrxPlugin\Renderer\FrxTemplate
 
Defines an FrxDocument item annotation object
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\forena\Annotation\FrxTemplate
 
 
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\AnnotationView source
class FrxTemplate extends Plugin {
  /**
   * FrxAPI Document Plugin id
   *
   * @var string
   */
  public $id;
  /**
   * Descriptive name of plugin
   *
   * @var string
   */
  public $name;
}Members
| 
            Name | 
                  Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| 
            FrxTemplate:: | 
                  public | property | FrxAPI Document Plugin id | |
| 
            FrxTemplate:: | 
                  public | property | Descriptive name of plugin | |
| 
            Plugin:: | 
                  protected | property | The plugin definition read from the class annotation. | 1 | 
| 
            Plugin:: | 
                  public | function | 
            Gets the value of an annotation. Overrides AnnotationInterface:: | 
                  5 | 
| 
            Plugin:: | 
                  public | function | 
            Gets the class of the annotated class. Overrides AnnotationInterface:: | 
                  |
| 
            Plugin:: | 
                  public | function | 
            Gets the unique ID for this annotated class. Overrides AnnotationInterface:: | 
                  |
| 
            Plugin:: | 
                  public | function | 
            Gets the name of the provider of the annotated class. Overrides AnnotationInterface:: | 
                  |
| 
            Plugin:: | 
                  protected | function | Parses an annotation into its definition. | |
| 
            Plugin:: | 
                  public | function | 
            Sets the class of the annotated class. Overrides AnnotationInterface:: | 
                  |
| 
            Plugin:: | 
                  public | function | 
            Sets the name of the provider of the annotated class. Overrides AnnotationInterface:: | 
                  |
| 
            Plugin:: | 
                  public | function | Constructs a Plugin object. | 2 |