FrxRenderer.php in Forena Reports 8
Namespace
Drupal\forena\AnnotationFile
src/Annotation/FrxRenderer.phpView source
<?php
/**
* Created by PhpStorm.
* User: metzlerd
* Date: 3/25/2016
* Time: 9:10 AM
*/
namespace Drupal\forena\Annotation;
use Drupal\Component\Annotation\Plugin;
/**
* Defines an FrxDocument item annotation object
*
* @see \Drupal\forena\DocumentPluginManager
*
* @Annotation
*/
class FrxRenderer extends Plugin {
/**
* FrxAPI Document Plugin id
*
* @var string
*/
public $id;
}
Classes
Name | Description |
---|---|
FrxRenderer | Defines an FrxDocument item annotation object |