class FrxRenderer in Forena Reports 8
Defines an FrxDocument item annotation object
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\forena\Annotation\FrxRenderer
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
File
- src/
Annotation/ FrxRenderer.php, line 21
Namespace
Drupal\forena\AnnotationView source
class FrxRenderer extends Plugin {
/**
* FrxAPI Document Plugin id
*
* @var string
*/
public $id;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FrxRenderer:: |
public | property | FrxAPI Document Plugin id | |
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 |