コード例 #1
0
ファイル: ContentPage.php プロジェクト: rlugojr/daux.io
 public function getPureContent()
 {
     if (!$this->generatedContent) {
         $this->generatedContent = $this->contentType->convert($this->content, $this->getFile());
     }
     return $this->generatedContent;
 }
コード例 #2
0
ファイル: ContentPage.php プロジェクト: LuziaSol/LuziaDocs
 protected function convertPage($content)
 {
     return $this->contentType->convert($content, $this->getFile());
 }