FileResultsModel
class FileResultsModel (View source)
A wrapper class for all results for a given data file.
Properties
| $fieldResultsArray | The array of FieldResultsModel. |
||
| $path | The file path. | ||
| $url | The page URL or an empty string for shared data. |
Methods
__construct(string $path, array $fieldResultsArray, string $url = '')
Initialize a new field results instance.
Details
at line 74
__construct(string $path, array $fieldResultsArray, string $url = '')
Initialize a new field results instance.