EccubeDataCollector extends DataCollector
EccubeDataCollector.
Tags
Table of Contents
| $container | ContainerInterface | |
|---|---|---|
| $pluginRepository | PluginRepository | |
| __construct() | mixed | |
| getVersion() | string | |
| getPlugins() | array | |
| getCurrencyCode() | string | |
| getLocaleCode() | string | |
| getDefaultCurrencyCode() | string | |
| getDefaultLocaleCode() | string | |
| collect() | {@inheritdoc} | mixed |
| reset() | mixed | |
| getName() | {@inheritdoc} | mixed |
Properties
$container
protected
ContainerInterface
$container
$pluginRepository
protected
PluginRepository
$pluginRepository
Methods
__construct()
public
__construct(
$container :
ContainerInterface
, $pluginRepository :
PluginRepository
)
: mixed
Parameters
- $container : ContainerInterface
- $pluginRepository : PluginRepository
Return values
mixedgetVersion()
public
getVersion(
)
: string
Return values
stringgetPlugins()
public
getPlugins(
)
: array
Return values
arraygetCurrencyCode()
public
getCurrencyCode(
)
: string
Return values
stringgetLocaleCode()
public
getLocaleCode(
)
: string
Return values
stringgetDefaultCurrencyCode()
public
getDefaultCurrencyCode(
)
: string
Return values
stringgetDefaultLocaleCode()
public
getDefaultLocaleCode(
)
: string
Return values
stringcollect()
{@inheritdoc}
public
collect(
$request :
Request
, $response :
Response
[, $exception :
Exception
= null ]
)
: mixed
Parameters
- $request : Request
- $response : Response
- $exception : Exception = null
Return values
mixedreset()
public
reset(
)
: mixed
Return values
mixedgetName()
{@inheritdoc}
public
getName(
)
: mixed