\Dalenys_Api_Batch_Observer_Sleep

Use it for configuring some sleep time between each transactions

Summary

Methods
Properties
Constants
__construct()
update()
No public properties found
No constants found
No protected methods found
$sleep
N/A
No private methods found
No private properties found
N/A

Properties

$sleep

$sleep : integer

The sleep value in msec

Type

integer

Methods

__construct()

__construct(integer  $msec) 

Instanciate

Parameters

integer $msec

Milliseconds

update()

update(\SplSubject  $subject) : void

(PHP 5 &gt;= 5.1.0)<br/> Receive update from subject

Parameters

\SplSubject $subject

The SplSubject notifying the observer of an update.