Pelzini

This is the code documentation for the Pelzini project

function get_class_link()

Return a link to a given class

Usage

string get_class_link ( string $class [, mixed $filename [, string $link_text ]] );

Authors

Arguments

  1. string $class
    The name of the class to return a link for
  2. $filename = NULL
  3. string $link_text = NULL
    Text to show on the link; defaults to the class name

Return value

  • string
    HTML of a complete A link to the class