Jackalope\Validation\PathValidatorInterface::validateAbsPath PHP 메소드

validateAbsPath() 공개 메소드

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