class Icon implements IconInterface (View source)

Class Icon

Responsible for representing an icon in different contexts.

Properties

protected string $filename
protected string $url

Methods

__construct(string $filename, string $url)

No description

string
getFilename()

No description

string
getUrl()

No description

Details

__construct(string $filename, string $url)

No description

Parameters

string $filename
string $url

string getFilename()

No description

Return Value

string

string getUrl()

No description

Return Value

string