class FrxDriver in Forena Reports 8
Defines an FrxDocument item annotation object
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\forena\Annotation\FrxDriver
Expanded class hierarchy of FrxDriver
See also
\Drupal\forena\DocumentPluginManager
6 classes are annotated with FrxDriver
- FrxDrupal in src/
FrxPlugin/ Driver/ FrxDrupal.php - Class FrxDrupal
- FrxFiles in src/
FrxPlugin/ Driver/ FrxFiles.php - Class FrxFiles
- FrxMSSQL in src/
FrxPlugin/ Driver/ FrxMSSQL.php - Class FrxMSSQL
- FrxOracle in src/
FrxPlugin/ Driver/ FrxOracle.php - Class FrxOracle
- FrxPDO in src/
FrxPlugin/ Driver/ FrxPDO.php - Class FrxPDO
File
- src/
Annotation/ FrxDriver.php, line 21
Namespace
Drupal\forena\AnnotationView source
class FrxDriver extends Plugin {
/**
* FrxAPI Document Plugin id
*
* @var string
*/
public $id;
/**
* Descriptive name of plugin
*
* @var string
*/
public $name;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FrxDriver:: |
public | property | FrxAPI Document Plugin id | |
FrxDriver:: |
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 |