/lib/common-analysis.php

Description

This file contains miscellaneous analytical functions that assist in the analysis of source code.

Functions
find_member_variables (line 15)

Finds non-static member variables of a class.

  • return: of variable names.
array find_member_variables (mixed $file_contents,  &$line_matches)
  • mixed $file_contents: string of file contents or array of lines.
  • &$line_matches
get_method_contents (line 52)

Gets method contents from a specific file.

void get_method_contents ( $file_contents,  $method_name)
  • $file_contents
  • $method_name

Documentation generated on Mon, 28 Apr 2008 12:51:50 -0400 by phpDocumentor 1.4.0a2