DependencyChecker
class DependencyChecker
Tracks and checks whether cached container dependencies have changed.
Constants
| Version |
|
| VERSION |
|
Methods
add(array $deps)
Adds dependencies to the list.
array
export()
Exports dependencies.
static bool
isExpired(int $version, array $files, array $phpFiles, array $classes, array $functions, string $hash)
Checks whether the cached dependencies have changed since they were exported.
Details
at line 36
DependencyChecker
add(array $deps)
Adds dependencies to the list.
at line 47
array
export()
Exports dependencies.
at line 90
static bool
isExpired(int $version, array $files, array $phpFiles, array $classes, array $functions, string $hash)
Checks whether the cached dependencies have changed since they were exported.