Solar_Markdown_Apidoc_MethodSynopsis::parse()

public string Solar_Markdown_Apidoc_MethodSynopsis::parse ( string $text )

Converts method synopsis to XHTML markup.

Inherited from Solar_Markdown_Wiki_MethodSynopsis.

Parameters

  • (string) $text: Portion of the Markdown source text.

Returns

  • (string) The transformed XHTML.

Description

Converts method synopsis to XHTML markup.



Local