phpDocumentor

WidgetDataFactory

Class representing widget data factory.

Table of Contents

$mapFactory  : MapDataFactory
Map data factory.
$numberFactory  : NumberDataFactory
Number data factory.
$serialFactory  : SerialDataFactory
Serial data factory.
$tableFactory  : TableDataFactory
Table data factory.
$textFactory  : TextDataFactory
Text data factory.
$timespanFactory  : TimespanFactory
Time span factory.
__construct()  : mixed
Constructor.
useMapData()  : MapDataFactory
Return map data factory.
useNumberData()  : NumberDataFactory
Return number data factory.
useSerialData()  : SerialDataFactory
Return serial data factory.
useTableData()  : TableDataFactory
Return table data factory.
useTextData()  : TextDataFactory
Return text data factory.
useTimespan()  : TimespanFactory
Return timespan factory.

Properties

Methods

__construct()

Constructor.

public __construct(MapDataFactory $mapFactory, SerialDataFactory $serialFactory, TableDataFactory $tableFactory, TextDataFactory $textFactory, NumberDataFactory $numberFactory, TimespanFactory $timespanFactory) : mixed
Parameters
$mapFactory : MapDataFactory

Map data factory.

$serialFactory : SerialDataFactory

Serial data factory.

$tableFactory : TableDataFactory

Table data factory.

$textFactory : TextDataFactory

Text factory.

$numberFactory : NumberDataFactory

Number factory.

$timespanFactory : TimespanFactory

Time span factory.

Return values
mixed

Search results