Imbo\Image\Identifier\Generator\RandomString::__construct PHP Метод

__construct() публичный Метод

Class constructor
public __construct ( integer $length = 12 )
$length integer The length of the randomly generated string
    public function __construct($length = 12)
    {
        $this->stringLength = $length;
    }