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 |
public validateAbsPath ( string $absPath ) : void | ||
$absPath | string | |
return | void |
public validateDestPath ( string $destPath ) : void | ||
$destPath | string | |
return | void |
public validateName ( string $name ) : void | ||
$name | string | |
return | void |
public validatePath ( string $path ) : void | ||
$path | string | |
return | void |