PHP 클래스 PHPUnit_Util_File, qcodo

저자: Sebastian Bergmann ([email protected])
파일 보기 프로젝트 열기: qcodo/qcodo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$cache array

공개 메소드들

메소드 설명
getClassesInFile ( string $filename ) : array Returns information on the classes declared in a sourcefile.

보호된 메소드들

메소드 설명
parseFile ( string $filename ) : array Parses a file for class and method information.

메소드 상세

getClassesInFile() 공개 정적인 메소드

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

parseFile() 보호된 정적인 메소드

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

프로퍼티 상세

$cache 보호되어 있는 정적으로 프로퍼티

protected static array $cache
리턴 array