interface OrderTypeInterface

Methods

string
getOpenDescription()

No description

string
getOpeningDescription(string $format)

No description

string
getClosedDescription()

No description

string
getDisabledDescription()

No description

bool
isActive()

No description

bool
isDisabled()

No description

Details

at line 7
string getOpenDescription()

No description

Return Value

string

at line 9
string getOpeningDescription(string $format)

No description

Parameters

string $format

Return Value

string

at line 11
string getClosedDescription()

No description

Return Value

string

at line 13
string getDisabledDescription()

No description

Return Value

string

at line 15
bool isActive()

No description

Return Value

bool

at line 17
bool isDisabled()

No description

Return Value

bool