You are here

public function AllDocs::inclusiveEnd in Replication 8.2

Same name and namespace in other branches
  1. 8 src/AllDocs/AllDocs.php \Drupal\replication\AllDocs\AllDocs::inclusiveEnd()

Parameters

boolean $inclusive_end:

Return value

\Drupal\replication\AllDocs\AllDocsInterface

Overrides AllDocsInterface::inclusiveEnd

File

src/AllDocs/AllDocs.php, line 137

Class

AllDocs

Namespace

Drupal\replication\AllDocs

Code

public function inclusiveEnd($inclusive_end) {
  $this->inclusiveEnd = $inclusive_end;
}