FrxFormatter.php in Forena Reports 8
Namespace
Drupal\forena\AnnotationFile
src/Annotation/FrxFormatter.phpView source
<?php
/**
* Created by PhpStorm.
* User: metzlerd
* Date: 3/28/16
* Time: 6:43 AM
*/
namespace Drupal\forena\Annotation;
use Drupal\Component\Annotation\Plugin;
/**
* Defines FrxFormatter
*
* @Annotation
*/
class FrxFormatter extends Plugin {
}
Classes
Name | Description |
---|---|
FrxFormatter | Defines FrxFormatter |