CloudCastle Faker API

Materials extends AbstractProvider
in package

FinalYes

Провайдер данных материаловедения: материалы, сплавы, механические свойства, классы материалов и виды обработки. Данные интернациональные.

Table of Contents

Methods

__construct()  : mixed
alloy()  : string
Сплав.
category()  : string
Класс материала.
density()  : int
Плотность в кг/м³ в диапазоне [500, 22000].
material()  : string
Материал.
property()  : string
Механическое свойство.
treatment()  : string
Вид термообработки.

Methods

__construct()

public __construct(Context $context) : mixed
Parameters
$context : Context

разделяемый контекст провайдеров

alloy()

Сплав.

public alloy() : string
Return values
string

сплав (bronze, inconel…)

category()

Класс материала.

public category() : string
Return values
string

класс (metal, ceramic…)

density()

Плотность в кг/м³ в диапазоне [500, 22000].

public density() : int
Return values
int

плотность, кг/м³

material()

Материал.

public material() : string
Return values
string

материал (titanium, graphene…)

property()

Механическое свойство.

public property() : string
Return values
string

свойство (hardness, ductility…)

treatment()

Вид термообработки.

public treatment() : string
Return values
string

обработка (annealing, quenching…)

On this page

Search results