PhpSpec\Formatter\Presenter\Differ\ObjectEngine::__construct PHP Method

__construct() public method

public __construct ( SebastianBergmann\Exporter\Exporter $exporter, StringEngine $stringDiffer )
$exporter SebastianBergmann\Exporter\Exporter
$stringDiffer StringEngine
    public function __construct(Exporter $exporter, StringEngine $stringDiffer)
    {
        $this->exporter = $exporter;
        $this->stringDiffer = $stringDiffer;
    }