You are here

public function SyncCoreExport::__construct in CMS Content Sync 8

Same name and namespace in other branches
  1. 2.1.x src/SyncCoreExport.php \Drupal\cms_content_sync\SyncCoreExport::__construct()
  2. 2.0.x src/SyncCoreExport.php \Drupal\cms_content_sync\SyncCoreExport::__construct()

Parameters

\EdgeBox\SyncCore\Interfaces\ISyncCore $client:

2 calls to SyncCoreExport::__construct()
SyncCoreFlowExport::__construct in src/SyncCoreFlowExport.php
Sync Core Config constructor.
SyncCorePoolExport::__construct in src/SyncCorePoolExport.php
SyncCorePoolExport constructor.
2 methods override SyncCoreExport::__construct()
SyncCoreFlowExport::__construct in src/SyncCoreFlowExport.php
Sync Core Config constructor.
SyncCorePoolExport::__construct in src/SyncCorePoolExport.php
SyncCorePoolExport constructor.

File

src/SyncCoreExport.php, line 15

Class

SyncCoreExport

Namespace

Drupal\cms_content_sync

Code

public function __construct($client) {
  $this->client = $client;
}