Interface

Imagine\Image\ProfileInterface

interface ProfileInterface

Methods

String name()

Returns the name of the profile

String data()

Returns the profile data

Details

at line 21
public String name()

Returns the name of the profile

Return Value

String

at line 28
public String data()

Returns the profile data

Return Value

String