PHP Class PHPUnit_Util_File, qcodo

Author: Sebastian Bergmann ([email protected])
Exibir arquivo Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Property Type Description
$cache array

Public Methods

Method Description
getClassesInFile ( string $filename ) : array Returns information on the classes declared in a sourcefile.

Protected Methods

Method Description
parseFile ( string $filename ) : array Parses a file for class and method information.

Method Details

getClassesInFile() public static method

Returns information on the classes declared in a sourcefile.
public static getClassesInFile ( string $filename ) : array
$filename string
return array

parseFile() protected static method

Parses a file for class and method information.
protected static parseFile ( string $filename ) : array
$filename string
return array

Property Details

$cache protected_oe static_oe property

protected static array $cache
return array