Searched refs:_blockTypes (Results 1 – 1 of 1) sorted by relevance
111 private $_blockTypes; variable in cebe\\markdown\\Parser118 if ($this->_blockTypes === null) {121 $this->_blockTypes = array_filter(array_map(function($method) {126 sort($this->_blockTypes);128 return $this->_blockTypes;