SYMBOL INDEX (58 symbols across 13 files) FILE: src/Aptoma/Twig/Extension/MarkdownEngine/GitHubMarkdownEngine.php class GitHubMarkdownEngine (line 14) | class GitHubMarkdownEngine implements MarkdownEngineInterface method __construct (line 30) | public function __construct($contextRepo = null, $gfm = true, $cacheDi... method transform (line 51) | public function transform($content) method getName (line 66) | public function getName() method getCachePath (line 71) | private function getCachePath($content) FILE: src/Aptoma/Twig/Extension/MarkdownEngine/MichelfMarkdownEngine.php class MichelfMarkdownEngine (line 15) | class MichelfMarkdownEngine implements MarkdownEngineInterface method transform (line 20) | public function transform($content) method getName (line 28) | public function getName() FILE: src/Aptoma/Twig/Extension/MarkdownEngine/PHPLeagueCommonMarkEngine.php class PHPLeagueCommonMarkEngine (line 15) | class PHPLeagueCommonMarkEngine implements MarkdownEngineInterface method __construct (line 29) | public function __construct(CommonMarkConverter $converter = null) method transform (line 37) | public function transform($content) method getName (line 45) | public function getName() FILE: src/Aptoma/Twig/Extension/MarkdownEngine/ParsedownEngine.php class ParsedownEngine (line 15) | class ParsedownEngine implements MarkdownEngineInterface method __construct (line 25) | public function __construct($instanceName = null) method transform (line 33) | public function transform($content) method getName (line 41) | public function getName() method setSafeMode (line 52) | public function setSafeMode($bool) method setMarkupEscaped (line 62) | public function setMarkupEscaped($bool) FILE: src/Aptoma/Twig/Extension/MarkdownEngineInterface.php type MarkdownEngineInterface (line 12) | interface MarkdownEngineInterface method transform (line 20) | public function transform($content); method getName (line 27) | public function getName(); FILE: src/Aptoma/Twig/Extension/MarkdownExtension.php class MarkdownExtension (line 13) | class MarkdownExtension extends \Twig\Extension\AbstractExtension implem... method __construct (line 24) | public function __construct(MarkdownEngineInterface $markdownEngine) method getFilters (line 32) | public function getFilters() method parseMarkdown (line 49) | public function parseMarkdown($content) method getTokenParsers (line 57) | public function getTokenParsers() FILE: src/Aptoma/Twig/Node/MarkdownNode.php class MarkdownNode (line 13) | class MarkdownNode extends \Twig\Node\Node method __construct (line 15) | public function __construct(\Twig\Node\Node $body, $lineno, $tag = 'ma... method compile (line 25) | public function compile(\Twig\Compiler $compiler) FILE: src/Aptoma/Twig/TokenParser/MarkdownTokenParser.php class MarkdownTokenParser (line 11) | class MarkdownTokenParser extends \Twig\TokenParser\AbstractTokenParser method parse (line 16) | public function parse(\Twig\Token $token) method decideMarkdownEnd (line 33) | public function decideMarkdownEnd(\Twig\Token $token) method getTag (line 41) | public function getTag() FILE: tests/Aptoma/Twig/Extension/MarkdownEngine/GithubMarkdownEngineTest.php class GitHubMarkdownEngineTest (line 15) | class GitHubMarkdownEngineTest extends MarkdownExtensionTest method testParseMarkdown (line 20) | public function testParseMarkdown($template, $expected, $context = arr... method getParseMarkdownTests (line 29) | public function getParseMarkdownTests() method getEngine (line 40) | protected function getEngine() FILE: tests/Aptoma/Twig/Extension/MarkdownEngine/PHPLeagueCommonMarkEngineTest.php class PHPLeagueCommonMarkEngineTest (line 17) | class PHPLeagueCommonMarkEngineTest extends MarkdownExtensionTest method getEngine (line 19) | protected function getEngine() FILE: tests/Aptoma/Twig/Extension/MarkdownEngine/ParsedownEngineTest.php class ParsedownEngineTest (line 18) | class ParsedownEngineTest extends MarkdownExtensionTest method getParseMarkdownTests (line 20) | public function getParseMarkdownTests() method getEngine (line 29) | protected function getEngine() method testSafeMode (line 34) | public function testSafeMode() method testMarkupEscape (line 48) | public function testMarkupEscape() FILE: tests/Aptoma/Twig/Extension/MarkdownExtensionTest.php class MarkdownExtensionTest (line 11) | class MarkdownExtensionTest extends TestCase method testParseMarkdown (line 16) | public function testParseMarkdown($template, $expected, $context = arr... method getParseMarkdownTests (line 21) | public function getParseMarkdownTests() method getEngine (line 29) | protected function getEngine() method getTemplate (line 34) | protected function getTemplate($template) FILE: tests/Aptoma/Twig/TokenParser/MarkdownTokenParserTest.php class MarkdownTokenParserTest (line 17) | class MarkdownTokenParserTest extends TestCase method testConstructor (line 19) | public function testConstructor() method testMarkdownPrepareBehavior (line 33) | public function testMarkdownPrepareBehavior() method testCompile (line 59) | public function testCompile($node, $source, $environment = null, $isPa... method getEngine (line 64) | protected function getEngine() method getTests (line 69) | public function getTests() method assertNodeCompilation (line 116) | public function assertNodeCompilation($source, Node $node, Environment... method getCompiler (line 128) | protected function getCompiler(Environment $environment = null) method getEnvironment (line 133) | protected function getEnvironment()