Tolerance\Operation\Runner\BufferedOperationRunner::__construct PHP Méthode

__construct() public méthode

public __construct ( Tolerance\Operation\Runner\OperationRunner $runner, Tolerance\Operation\Buffer\OperationBuffer $buffer )
$runner Tolerance\Operation\Runner\OperationRunner
$buffer Tolerance\Operation\Buffer\OperationBuffer
    public function __construct(OperationRunner $runner, OperationBuffer $buffer)
    {
        $this->runner = $runner;
        $this->buffer = $buffer;
    }