PHP Interface Jackalope\Validation\PathValidatorInterface

Afficher le fichier Open project: jackalope/jackalope

Méthodes publiques

Méthode 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 méthode

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

validateDestPath() public méthode

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

validateName() public méthode

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

validatePath() public méthode

Assert that the given path is valid
public validatePath ( string $path ) : void
$path string
Résultat void