Facebook\HHAPIDoc\DocBlock\DocBlock::getTagsByName()

Return the content of all tags with the specified name

public function getTagsByName(
  string $name,
): vec<string>;

For example, getTagsByName('@param') will return all @param tags.

Parameters

Returns