Home
last modified time | relevance | path

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

/plugin/codeblockedit/
H A Daction.php15 protected $cachedBlock = null; variable in action_plugin_codeblockedit
163 if ($this->cachedIndex === $index && $this->cachedBlock !== null) {
164 return $this->cachedBlock;
173 $this->cachedBlock = $this->findBlockRange($text, $index);
174 return $this->cachedBlock;