vB_Utility_Hashchecker
in package
Uses
vB_Utility_Trait_NoSerialize
vB_Utility_Filescanner
Table of Contents
Methods
- __construct() : mixed
- __serialize() : array<string|int, mixed>
- __sleep() : array<string|int, mixed>
- __unserialize() : void
- __wakeup() : void
- addAllowedMissingFile() : mixed
- addIgnoredDir() : mixed
- addIgnoredFile() : mixed
- fetchChecksumFiles() : mixed
- getErrors() : mixed
- verifyFiles() : mixed
Methods
__construct()
public
__construct(vB_Utility_String $stringClass, mixed $options) : mixed
Parameters
- $stringClass : vB_Utility_String
- $options : mixed
__serialize()
public
__serialize() : array<string|int, mixed>
Return values
array<string|int, mixed>__sleep()
public
__sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>__unserialize()
public
__unserialize(mixed $serialized) : void
Parameters
- $serialized : mixed
__wakeup()
public
__wakeup() : void
addAllowedMissingFile()
public
addAllowedMissingFile(mixed $path) : mixed
Parameters
- $path : mixed
addIgnoredDir()
public
addIgnoredDir(mixed $path) : mixed
Parameters
- $path : mixed
addIgnoredFile()
public
addIgnoredFile(mixed $path) : mixed
Parameters
- $path : mixed
fetchChecksumFiles()
public
fetchChecksumFiles() : mixed
getErrors()
public
getErrors() : mixed
verifyFiles()
public
verifyFiles() : mixed