Pelzini

This is the code documentation for the Pelzini project

function get_function_link()

Return a link to a given function

Usage

string get_function_link ( string $class , string $function [, string $link_text ] );

Authors

Arguments

  1. string $class
    The name of the class or interface a function is a member of. Use NULL for non-class functions
  2. string $function
    The name of the function to return a link for
  3. string $link_text = NULL
    Text to show on the link; defaults to the function name

Return value

  • string
    HTML of a complete A link to the function