PATH:
home
/
lab2454c
/
bullionmills.com
/
wp-content
/
plugins
/
updraftplus
/
vendor
/
aws
/
aws-sdk-php
/
src
<?php namespace Aws; trait HasMonitoringEventsTrait { private $monitoringEvents = []; /** * Get client-side monitoring events attached to this object. Each event is * represented as an associative array within the returned array. * * @return array */ public function getMonitoringEvents() { return $this->monitoringEvents; } /** * Prepend a client-side monitoring event to this object's event list * * @param array $event */ public function prependMonitoringEvent(array $event) { array_unshift($this->monitoringEvents, $event); } /** * Append a client-side monitoring event to this object's event list * * @param array $event */ public function appendMonitoringEvent(array $event) { $this->monitoringEvents []= $event; } }
[-] RetryMiddleware.php
[edit]
[+]
ClientSideMonitoring
[-] StreamRequestPayloadMiddleware.php
[edit]
[-] HasDataTrait.php
[edit]
[-] ConfigurationProviderInterface.php
[edit]
[+]
data
[-] HasMonitoringEventsTrait.php
[edit]
[-] CacheInterface.php
[edit]
[-] Sdk.php
[edit]
[-] MockHandler.php
[edit]
[-] JsonCompiler.php
[edit]
[-] HashingStream.php
[edit]
[-] PsrCacheAdapter.php
[edit]
[+]
..
[+]
Api
[+]
Exception
[-] CommandInterface.php
[edit]
[-] HandlerList.php
[edit]
[+]
DefaultsMode
[-] Waiter.php
[edit]
[+]
Multipart
[-] AbstractConfigurationProvider.php
[edit]
[-] InputValidationMiddleware.php
[edit]
[-] ResultPaginator.php
[edit]
[-] RetryMiddlewareV2.php
[edit]
[+]
Handler
[+]
EndpointDiscovery
[-] ResponseContainerInterface.php
[edit]
[-] ClientResolver.php
[edit]
[+]
Signature
[-] Command.php
[edit]
[-] History.php
[edit]
[-] Middleware.php
[edit]
[+]
Endpoint
[-] AwsClientInterface.php
[edit]
[+]
Iam
[-] Psr16CacheAdapter.php
[edit]
[-] MultiRegionClient.php
[edit]
[-] CommandPool.php
[edit]
[-] HashInterface.php
[edit]
[-] IdempotencyTokenMiddleware.php
[edit]
[-] AwsClientTrait.php
[edit]
[-] MonitoringEventsInterface.php
[edit]
[-] TraceMiddleware.php
[edit]
[-] EndpointParameterMiddleware.php
[edit]
[+]
Arn
[+]
Credentials
[-] functions.php
[edit]
[-] PresignUrlMiddleware.php
[edit]
[-] AwsClient.php
[edit]
[-] Result.php
[edit]
[-] ResultInterface.php
[edit]
[-] WrappedHttpHandler.php
[edit]
[+]
Retry
[-] PhpHash.php
[edit]
[-] LruArrayCache.php
[edit]
[-] DoctrineCacheAdapter.php
[edit]
[+]
S3