interface ProfileInterface

Methods

string
name()

Returns the name of the profile.

string
data()

Returns the profile data.

Details

at line 21
string name()

Returns the name of the profile.

Return Value

string

at line 28
string data()

Returns the profile data.

Return Value

string