OrderShippingType
in package
implements
OrderShippingTypeInterface
Class OrderShippingType
Tags
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
$alias
Payment type alias.
protected
string
$alias
= ''
$module
Shipping type module.
protected
string
$module
= ''
$title
Shipping type title.
protected
string
$title
= ''
Methods
__construct()
OrderShippingType constructor.
public
__construct(StringType $title, StringType $module[, StringType|null $alias = null ]) : mixed
Parameters
- $title : StringType
-
Order shipping type title.
- $module : StringType
-
Order shipping type module.
- $alias : StringType|null = null
-
Order shipping type alias.
Return values
mixed —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.