Zend Framework
1.12
|
Public Member Functions | |
__construct ($bufferQuotaInMB=0, $scheduledTransferPeriodInMinutes=0) | |
Constructor. | |
addSubscription ($counterSpecifier, $sampleRateInSeconds=1) | |
Add subscription. | |
removeSubscription ($counterSpecifier) | |
Remove subscription. | |
![]() | |
__set ($name, $value) | |
Magic overload for setting properties. | |
__get ($name) | |
Magic overload for getting properties. | |
Additional Inherited Members | |
![]() | |
$_data = null | |
__construct | ( | $bufferQuotaInMB = 0 , |
|
$scheduledTransferPeriodInMinutes = 0 |
|||
) |
Constructor.
int | $bufferQuotaInMB | Buffer quota in MB |
int | $scheduledTransferPeriodInMinutes | Scheduled transfer period in minutes |
addSubscription | ( | $counterSpecifier, | |
$sampleRateInSeconds = 1 |
|||
) |
Add subscription.
string | $counterSpecifier | Counter specifier |
int | $sampleRateInSeconds | Sample rate in seconds |
removeSubscription | ( | $counterSpecifier | ) |
Remove subscription.
string | $counterSpecifier | Counter specifier |