PHP 인터페이스 Jackalope\Validation\PathValidatorInterface

파일 보기 프로젝트 열기: jackalope/jackalope

공개 메소드들

메소드 설명
validateAbsPath ( string $absPath ) : void Assert that the given path is a valid absolute path
validateDestPath ( string $destPath ) : void Assert that the given path is a valid destination path
validateName ( string $name ) : void Assert that the given path is a valid absolute path
validatePath ( string $path ) : void Assert that the given path is valid

메소드 상세

validateAbsPath() 공개 메소드

Assert that the given path is a valid absolute path
public validateAbsPath ( string $absPath ) : void
$absPath string
리턴 void

validateDestPath() 공개 메소드

Assert that the given path is a valid destination path
public validateDestPath ( string $destPath ) : void
$destPath string
리턴 void

validateName() 공개 메소드

Assert that the given path is a valid absolute path
public validateName ( string $name ) : void
$name string
리턴 void

validatePath() 공개 메소드

Assert that the given path is valid
public validatePath ( string $path ) : void
$path string
리턴 void