Storm\Drivers\Base\Relational\PrimaryKeys\OpenSSLBytesGenerator::__construct PHP Метод

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

public __construct ( $Length, $Hexadecimal = true )
    public function __construct($Length, $Hexadecimal = true)
    {
        $this->Length = $Length;
        $this->Hexadecimal = $Hexadecimal;
    }
OpenSSLBytesGenerator