PHP 클래스 PHPUnit_Util_Filesystem, qcodo

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

보호된 프로퍼티들

프로퍼티 타입 설명
$buffer array

공개 메소드들

메소드 설명
classNameToFilename ( string $className ) : string Maps class names to source file names: - PEAR CS: Foo_Bar_Baz -> Foo/Bar/Baz.php - Namespace: Foo\Bar\Baz -> Foo/Bar/Baz.php
collectEnd ( ) : array Stops the collection of loaded files and returns the names of the loaded files.
collectEndAndAddToBlacklist ( ) : array Stops the collection of loaded files and adds the names of the loaded files to the blacklist.
collectStart ( ) Starts the collection of loaded files.
fileExistsInIncludePath ( string $file ) : mixed Implementation of stream_resolve_include_path() in PHP for version before PHP 5.3.2.

메소드 상세

classNameToFilename() 공개 정적인 메소드

Maps class names to source file names: - PEAR CS: Foo_Bar_Baz -> Foo/Bar/Baz.php - Namespace: Foo\Bar\Baz -> Foo/Bar/Baz.php
public static classNameToFilename ( string $className ) : string
$className string
리턴 string

collectEnd() 공개 정적인 메소드

Stops the collection of loaded files and returns the names of the loaded files.
public static collectEnd ( ) : array
리턴 array

collectEndAndAddToBlacklist() 공개 정적인 메소드

Stops the collection of loaded files and adds the names of the loaded files to the blacklist.
public static collectEndAndAddToBlacklist ( ) : array
리턴 array

collectStart() 공개 정적인 메소드

Starts the collection of loaded files.
public static collectStart ( )

fileExistsInIncludePath() 공개 정적인 메소드

Implementation of stream_resolve_include_path() in PHP for version before PHP 5.3.2.
저자: Mattis Stordalen Flister ([email protected])
public static fileExistsInIncludePath ( string $file ) : mixed
$file string
리턴 mixed

프로퍼티 상세

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

protected static array $buffer
리턴 array