Ice 3.8 PHP API Reference

SubscriberMetrics extends Metrics
in package

Table of Contents

Properties

$_ice_slicedData  : mixed
$current  : mixed
$delivered  : mixed
$failures  : mixed
$id  : mixed
$outstanding  : mixed
$queued  : mixed
$total  : mixed
$totalLifetime  : mixed

Methods

__construct()  : mixed
__toString()  : string
ice_getSlicedData()  : mixed
ice_id()  : mixed
ice_staticId()  : mixed

Properties

$_ice_slicedData

public mixed $_ice_slicedData

$outstanding

public mixed $outstanding

$totalLifetime

public mixed $totalLifetime

Methods

__construct()

public __construct([mixed $id = '' ][, mixed $total = 0 ][, mixed $current = 0 ][, mixed $totalLifetime = 0 ][, mixed $failures = 0 ][, mixed $queued = 0 ][, mixed $outstanding = 0 ][, mixed $delivered = 0 ]) : mixed
Parameters
$id : mixed = ''
$total : mixed = 0
$current : mixed = 0
$totalLifetime : mixed = 0
$failures : mixed = 0
$queued : mixed = 0
$outstanding : mixed = 0
$delivered : mixed = 0

__toString()

public __toString() : string
Return values
string

ice_getSlicedData()

public ice_getSlicedData() : mixed

ice_staticId()

public static ice_staticId() : mixed

        
On this page

Search results