Searched refs:contentWithoutFrontMatter (Results 1 – 1 of 1) sorted by relevance
36 private string $contentWithoutFrontMatter; variable in ComboStrap\\MetadataFrontmatterStore271 $contentWithoutFrontMatter = "";273 $contentWithoutFrontMatter .= $element;278 ->setContentWithoutFrontMatter($contentWithoutFrontMatter);452 if (!isset($this->contentWithoutFrontMatter)) {464 …private function setContentWithoutFrontMatter(string $contentWithoutFrontMatter): MetadataFrontmat… argument466 $this->contentWithoutFrontMatter = $contentWithoutFrontMatter;483 if (strlen($this->contentWithoutFrontMatter) > 0) {484 $firstChar = $this->contentWithoutFrontMatter[0];494 $targetFrontMatterJsonString$sep$this->contentWithoutFrontMatter[all …]