Home
last modified time | relevance | path

Searched refs:_blockTypes (Results 1 – 1 of 1) sorted by relevance

/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php111 private $_blockTypes; variable in cebe\\markdown\\Parser
118 if ($this->_blockTypes === null) {
121 $this->_blockTypes = array_filter(array_map(function($method) {
126 sort($this->_blockTypes);
128 return $this->_blockTypes;