PHP Class PHPUnit_Util_File, qcodo

Author: Sebastian Bergmann ([email protected])
Afficher le fichier Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Свойство Type Description
$cache array

Méthodes publiques

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

Méthodes protégées

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

Method Details

getClassesInFile() public static méthode

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

parseFile() protected static méthode

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

Property Details

$cache protected_oe static_oe property

protected static array $cache
Résultat array