00f5240cb4358cf3bde7704cb574e12eb148ebd7
[yaffs-website] / HumanReadableFormat.php
1 <?php
2 namespace Consolidation\OutputFormatters\Formatters;
3
4 /**
5  * Marker interface that indicates that a cell data renderer
6  * (@see Consolidation\OutputFormatters\SturcturedData\RenderCellInterface)
7  * may test for to determine whether it is allowable to add
8  * human-readable formatting into the cell data
9  * (@see Consolidation\OutputFormatters\SturcturedData\NumericCallRenderer).
10  */
11 interface HumanReadableFormat
12 {
13 }