mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 18:13:13 +00:00
Added doc block to getParsedContents().
This commit is contained in:
@@ -58,6 +58,12 @@ class LongDescription implements \Reflector
|
||||
return $this->contents;
|
||||
}
|
||||
|
||||
/*
|
||||
* Returns the parsed text of this description.
|
||||
*
|
||||
* @return array An array of strings and tag objects, in the order they
|
||||
* occur within the description.
|
||||
*/
|
||||
public function getParsedContents()
|
||||
{
|
||||
return $this->parsedContents;
|
||||
|
||||
Reference in New Issue
Block a user