Pelzini

This is the code documentation for the Pelzini project

file /viewer/functions.php

Namespace: viewer

Available since:

View source


Various useful functions

Authors

Functions

delink_inline

Replaces an inline @link or @see with the plain-text version of that @link or @see.
This is used in places where excessive links are overkill.

fix_magic_quotes

Fixes all magically quoted strings in the given array or string

get_class_link

Return a link to a given class

get_file_link

Return a link to a given file

get_function_link

Return a link to a given function

get_interface_link

Return a link to a given interface

get_namespace_link

Return a link to a given namespace

get_object_link

Determines the link for a specified name (might be a class, an interface or a function)

get_since_version

Gets HTML for a version, based on the version id

get_source_link

Return a link to the source view for a file

process_inline

Processes inline tags within text

process_inline_delink

Replaces the content of a @link or @see tag with the plain text version of the link
The content is defines as the part after @link or @see, up to the closing curly bracket

process_inline_link

Replaces the content of a @link or @see tag with its actual link.
The content is defines as the part after @link or @see, up to the closing curly bracket

show_authors

Echos a list of all of the authors of a specifc item

show_examples

Shows the examples a specific file, function or class

show_see_also

Shows the 'see also' things for a specific file, function or class

show_tables

Shows the tables used by a specific file, function or class

show_tags

Echos a list of all of the authors of a specifc item

Tags:   i18n-done