interface TeamInterface implements NamedModel

A base team model interface

Methods

string|int
getId()

Returns the unique identifier of the team

string
getName()

Returns the human-readable name of the team

string
getAvatar()

Returns the path to the team's avatar

Details

at line line 20
string|int getId()

Returns the unique identifier of the team

Return Value

string|int

at line line 27
string getName()

Returns the human-readable name of the team

Return Value

string

at line line 34
string getAvatar()

Returns the path to the team's avatar

Return Value

string