PHP Class Imbo\Image\Identifier\Generator\RandomString

Author: Espen Hovlandsdal ([email protected])
Inheritance: implements Imbo\Image\Identifier\Generator\GeneratorInterface
Datei anzeigen Open project: imbo/imbo Class Usage Examples

Public Methods

Method Description
__construct ( integer $length = 12 ) Class constructor
generate ( Image $image )
isDeterministic ( )

Method Details

__construct() public method

Class constructor
public __construct ( integer $length = 12 )
$length integer The length of the randomly generated string

generate() public method

public generate ( Image $image )
$image Imbo\Model\Image

isDeterministic() public method

public isDeterministic ( )