AssetNameGenerator
interface AssetNameGenerator implements Iterator
Provides a mechanism for suggesting filename alterations to a file
Does not actually check for existence of the file, but rather comes up with as many suggestions for the given file as possible to a finite limit.
Methods
__construct(string $filename)
Construct a generator for the given filename
int
getMaxTries()
Number of attempts allowed
Details
at line 19
__construct(string $filename)
Construct a generator for the given filename
at line 26
int
getMaxTries()
Number of attempts allowed