Solar_Markdown_Apidoc_ClassPage::_getPhpFunctionLink()
protected
string
Solar_Markdown_Apidoc_ClassPage::_getPhpFunctionLink
( string $func
, string $text
, string $atch
)
Builds a link to functions on php.net pages.
Parameters
(string)
$func
: The PHP function name.(string)
$text
: The displayed text for the link.(string)
$atch
: Additional non-linked text.
Returns
(string) The replacement text.
Description
Builds a link to functions on php.net pages.