PHP 클래스 Webmozart\Glob\Test\TestUtil

부터: 3.1
저자: Bernhard Schussek ([email protected])
파일 보기 프로젝트 열기: webmozart/glob 1 사용 예제들

공개 메소드들

메소드 설명
makeTempDir ( string $namespace, string $className ) : string Creates a temporary directory.

비공개 메소드들

메소드 설명
__construct ( )

메소드 상세

makeTempDir() 공개 정적인 메소드

Creates a temporary directory.
public static makeTempDir ( string $namespace, string $className ) : string
$namespace string The directory path in the system's temporary directory.
$className string The name of the test class.
리턴 string The path to the created directory.