Home
last modified time | relevance | path

Searched refs:isDoc (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
H A DFetcherMarkupBuilder.php35 protected bool $isDoc; variable in ComboStrap\\FetcherMarkupBuilder
294 $newFetcherMarkup->isDoc = $this->getIsDocumentExecution();
393 * @param bool $isDoc - if the markup is a document or a fragment
400 public function setIsDocument(bool $isDoc): FetcherMarkupBuilder argument
402 $this->isDoc = $isDoc;
454 if (isset($this->isDoc)) {
455 return $this->isDoc;
H A DFetcherMarkup.php97 public bool $isDoc; variable in ComboStrap\\FetcherMarkup
1029 ->setIsDocument($this->isDoc)
1052 return $this->isDoc;