class Profile implements ProfileInterface
Methods
__construct($name, $data)
|
||
String |
name()
Returns the name of the profile |
|
String |
data()
Returns the profile data |
|
static Profile |
fromPath(String $path)
Creates a profile from a path to a file |
Details
at line 21
public
__construct($name, $data)
at line 30
public String
name()
Returns the name of the profile
at line 38
public String
data()
Returns the profile data
at line 52
static public Profile
fromPath(String $path)
Creates a profile from a path to a file