Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php114 list($tagName, $tagBody) = $this->extractTagParts($tagLine);
167 private function extractTagParts($tagLine) function in phpDocumentor\\Reflection\\DocBlock\\StandardTagFactory