Home
last modified time | relevance | path

Searched refs:tagBody (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);
116 if ($tagBody !== '' && $tagBody[0] === '[') {
122 return $this->createTag($tagBody, $tagName, $context);
283 …* @param string $tagBody The body of the tag that may be passed onto the factory method of th…
287 … private function getServiceLocatorWithDynamicParameters(TypeContext $context, $tagName, $tagBody) argument
293 'body' => $tagBody,