phpDocumentor

OrderShippingType
in package
implements OrderShippingTypeInterface

Class OrderShippingType

Tags
category

System

subpackage

Entities

Interfaces, Classes and Traits

OrderShippingTypeInterface
Interface OrderShippingTypeInterface

Table of Contents

$alias  : string
Payment type alias.
$module  : string
Shipping type module.
$title  : string
Shipping type title.
__construct()  : mixed
OrderShippingType constructor.
getAlias()  : string
Returns the order payment type alias.
getModule()  : string
Returns the order shipping type module.
getTitle()  : string
Returns the order shipping type title.

Properties

Methods

getAlias()

Returns the order payment type alias.

public getAlias() : string
Return values
string

getModule()

Returns the order shipping type module.

public getModule() : string
Return values
string

Order shipping type module.

getTitle()

Returns the order shipping type title.

public getTitle() : string
Return values
string

Order shipping type title.

Search results