예제 #1
0
 public function getPureContent()
 {
     if (!$this->generatedContent) {
         $this->generatedContent = $this->contentType->convert($this->content, $this->getFile());
     }
     return $this->generatedContent;
 }
예제 #2
0
 protected function convertPage($content)
 {
     return $this->contentType->convert($content, $this->getFile());
 }