Previous Page
locale()

Solar_Docs_Phpdoc
parse()

Next Page
parseAuthor()

parse()

public array parse ( string $block )

Returns docblock comment parsed into summary, narrative, and technical information portions.

Parameters

  • (string) $block: The docblock comment text.

Returns

  • (array) An array with keys 'summ', 'narr', and 'tech' corresponding to the summary, narrative, and technical portions of the docblock.

Description

Returns docblock comment parsed into summary, narrative, and technical information portions.