Jackalope\Validation\PathValidatorInterface::validateAbsPath PHP Method

validateAbsPath() public method

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