PHP Интерфейс Jackalope\Validation\PathValidatorInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
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