PHP 클래스 Tester\Helpers

저자: David Grudl
파일 보기 프로젝트 열기: nette/tester 1 사용 예제들

공개 메소드들

메소드 설명
errorTypeToString ( $type )
escapeArg ( $s ) : string Escape a string to be used as a shell argument.
parseDocComment ( $s ) : array Parse phpDoc comment.
purge ( $dir ) : void Purges directory.

메소드 상세

errorTypeToString() 공개 정적인 메소드

public static errorTypeToString ( $type )

escapeArg() 공개 정적인 메소드

Escape a string to be used as a shell argument.
public static escapeArg ( $s ) : string
리턴 string

parseDocComment() 공개 정적인 메소드

Parse phpDoc comment.
public static parseDocComment ( $s ) : array
리턴 array

purge() 공개 정적인 메소드

Purges directory.
public static purge ( $dir ) : void
리턴 void