1 | <?php |
||
11 | class NormalRenderer { |
||
12 | |||
13 | public function getRenderedContent( string $content, string $fileName ): string { |
||
17 | |||
18 | private function getUnpurifiedRenderedContent( string $content, string $fileName ): string { |
||
25 | |||
26 | private function isMarkdownFile( string $fileName ): bool { |
||
30 | |||
31 | private function fileHasExtension( string $fileName, string $extension ): bool { |
||
34 | |||
35 | private function renderAsMarkdown( string $content ): string { |
||
38 | |||
39 | } |
||
40 |