PHP Interface Jackalope\Validation\PathValidatorInterface

Show file Open project: jackalope/jackalope

Public Methods

Method Description
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

Method Details

validateAbsPath() public method

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

validateDestPath() public method

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

validateName() public method

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

validatePath() public method

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