PHP 클래스 Mage2\FreeShipping\Shipping\FreeShipping

상속: extends Mage2\Framework\Shipping\Shipping, implements Mage2\Framework\Shipping\ShippingInterface
파일 보기 프로젝트 열기: mage2/laravel-ecommerce

보호된 프로퍼티들

프로퍼티 타입 설명
$amount
$identifier
$title

공개 메소드들

메소드 설명
__construct ( )
getAmount ( )
getIdentifier ( )
getTitle ( )
process ( $orderData, $cartProducts )

메소드 상세

__construct() 공개 메소드

public __construct ( )

getAmount() 공개 메소드

public getAmount ( )

getIdentifier() 공개 메소드

public getIdentifier ( )

getTitle() 공개 메소드

public getTitle ( )

process() 공개 메소드

public process ( $orderData, $cartProducts )

프로퍼티 상세

$amount 보호되어 있는 프로퍼티

protected $amount

$identifier 보호되어 있는 프로퍼티

protected $identifier

$title 보호되어 있는 프로퍼티

protected $title