class WebFont implements JsonSerializable (View source)

Properties

protected string $name
protected string $type

Methods

__construct(string $name, string $type)

WebFont constructor.

string
getName()

No description

void
setName(string $name)

No description

string
getType()

No description

void
setType(string $type)

No description

jsonSerialize()

No description

Details

__construct(string $name, string $type)

WebFont constructor.

Parameters

string $name
string $type

string getName()

No description

Return Value

string

void setName(string $name)

No description

Parameters

string $name

Return Value

void

string getType()

No description

Return Value

string

void setType(string $type)

No description

Parameters

string $type

Return Value

void

jsonSerialize()

No description