You are here

class FrxDriver in Forena Reports 8

Defines an FrxDocument item annotation object

Hierarchy

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

... See full list

File

src/Annotation/FrxDriver.php, line 21

Namespace

Drupal\forena\Annotation
View source
class FrxDriver 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
FrxDriver::$id public property FrxAPI Document Plugin id
FrxDriver::$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