PHP Интерфейс Sylius\Behat\Page\Admin\Order\ShowPageInterface

Автор: Paweł Jędrzejewski ([email protected])
Автор: Grzegorz Sadowski ([email protected])
Наследование: extends Sylius\Behat\Page\SymfonyPageInterface
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
canCompleteOrderLastPayment ( Sylius\Component\Core\Model\OrderInterface $order ) : boolean
canShipOrder ( Sylius\Component\Core\Model\OrderInterface $order ) : boolean
cancelOrder ( )
completeOrderLastPayment ( Sylius\Component\Core\Model\OrderInterface $order )
countItems ( ) : integer
deleteOrder ( )
getIpAddressAssigned ( ) : string
getItemCode ( string $itemName ) : string
getItemDiscount ( string $itemName ) : string
getItemDiscountedUnitPrice ( string $itemName ) : string
getItemQuantity ( string $itemName ) : string
getItemSubtotal ( string $itemName ) : string
getItemTax ( string $itemName ) : string
getItemTotal ( string $itemName ) : string
getItemUnitPrice ( string $itemName ) : string
getItemsTotal ( ) : string
getOrderCurrency ( ) : string
getOrderState ( ) : string
getPaymentAmount ( ) : string
getPaymentState ( ) : string
getPaymentsCount ( ) : integer
getPromotionTotal ( ) : string
getShippingTotal ( ) : string
getTaxTotal ( ) : string
getTotal ( ) : string
hasBillingAddress ( string $customerName, string $street, string $postcode, string $city, string $countryName ) : boolean
hasBillingProvinceName ( string $provinceName ) : boolean
hasCancelButton ( ) : boolean
hasCustomer ( string $customerName )
hasNote ( string $note ) : boolean
hasPayment ( string $paymentMethodName ) : boolean
hasPromotionDiscount ( string $promotionDiscount ) : boolean
hasShipment ( string $shippingMethodName ) : boolean
hasShippingAddress ( string $customerName, string $street, string $postcode, string $city, string $countryName ) : boolean
hasShippingCharge ( string $shippingCharge ) : boolean
hasShippingProvinceName ( string $provinceName ) : boolean
hasTax ( string $tax ) : boolean
isProductInTheList ( string $productName ) : boolean
refundOrderLastPayment ( Sylius\Component\Core\Model\OrderInterface $order )
shipOrder ( Sylius\Component\Core\Model\OrderInterface $order )
specifyTrackingCode ( string $code )

Описание методов

canCompleteOrderLastPayment() публичный Метод

public canCompleteOrderLastPayment ( Sylius\Component\Core\Model\OrderInterface $order ) : boolean
$order Sylius\Component\Core\Model\OrderInterface
Результат boolean

canShipOrder() публичный Метод

public canShipOrder ( Sylius\Component\Core\Model\OrderInterface $order ) : boolean
$order Sylius\Component\Core\Model\OrderInterface
Результат boolean

cancelOrder() публичный Метод

public cancelOrder ( )

completeOrderLastPayment() публичный Метод

public completeOrderLastPayment ( Sylius\Component\Core\Model\OrderInterface $order )
$order Sylius\Component\Core\Model\OrderInterface

countItems() публичный Метод

public countItems ( ) : integer
Результат integer

deleteOrder() публичный Метод

public deleteOrder ( )

getIpAddressAssigned() публичный Метод

public getIpAddressAssigned ( ) : string
Результат string

getItemCode() публичный Метод

public getItemCode ( string $itemName ) : string
$itemName string
Результат string

getItemDiscount() публичный Метод

public getItemDiscount ( string $itemName ) : string
$itemName string
Результат string

getItemDiscountedUnitPrice() публичный Метод

public getItemDiscountedUnitPrice ( string $itemName ) : string
$itemName string
Результат string

getItemQuantity() публичный Метод

public getItemQuantity ( string $itemName ) : string
$itemName string
Результат string

getItemSubtotal() публичный Метод

public getItemSubtotal ( string $itemName ) : string
$itemName string
Результат string

getItemTax() публичный Метод

public getItemTax ( string $itemName ) : string
$itemName string
Результат string

getItemTotal() публичный Метод

public getItemTotal ( string $itemName ) : string
$itemName string
Результат string

getItemUnitPrice() публичный Метод

public getItemUnitPrice ( string $itemName ) : string
$itemName string
Результат string

getItemsTotal() публичный Метод

public getItemsTotal ( ) : string
Результат string

getOrderCurrency() публичный Метод

public getOrderCurrency ( ) : string
Результат string

getOrderState() публичный Метод

public getOrderState ( ) : string
Результат string

getPaymentAmount() публичный Метод

public getPaymentAmount ( ) : string
Результат string

getPaymentState() публичный Метод

public getPaymentState ( ) : string
Результат string

getPaymentsCount() публичный Метод

public getPaymentsCount ( ) : integer
Результат integer

getPromotionTotal() публичный Метод

public getPromotionTotal ( ) : string
Результат string

getShippingTotal() публичный Метод

public getShippingTotal ( ) : string
Результат string

getTaxTotal() публичный Метод

public getTaxTotal ( ) : string
Результат string

getTotal() публичный Метод

public getTotal ( ) : string
Результат string

hasBillingAddress() публичный Метод

public hasBillingAddress ( string $customerName, string $street, string $postcode, string $city, string $countryName ) : boolean
$customerName string
$street string
$postcode string
$city string
$countryName string
Результат boolean

hasBillingProvinceName() публичный Метод

public hasBillingProvinceName ( string $provinceName ) : boolean
$provinceName string
Результат boolean

hasCancelButton() публичный Метод

public hasCancelButton ( ) : boolean
Результат boolean

hasCustomer() публичный Метод

public hasCustomer ( string $customerName )
$customerName string

hasNote() публичный Метод

public hasNote ( string $note ) : boolean
$note string
Результат boolean

hasPayment() публичный Метод

public hasPayment ( string $paymentMethodName ) : boolean
$paymentMethodName string
Результат boolean

hasPromotionDiscount() публичный Метод

public hasPromotionDiscount ( string $promotionDiscount ) : boolean
$promotionDiscount string
Результат boolean

hasShipment() публичный Метод

public hasShipment ( string $shippingMethodName ) : boolean
$shippingMethodName string
Результат boolean

hasShippingAddress() публичный Метод

public hasShippingAddress ( string $customerName, string $street, string $postcode, string $city, string $countryName ) : boolean
$customerName string
$street string
$postcode string
$city string
$countryName string
Результат boolean

hasShippingCharge() публичный Метод

public hasShippingCharge ( string $shippingCharge ) : boolean
$shippingCharge string
Результат boolean

hasShippingProvinceName() публичный Метод

public hasShippingProvinceName ( string $provinceName ) : boolean
$provinceName string
Результат boolean

hasTax() публичный Метод

public hasTax ( string $tax ) : boolean
$tax string
Результат boolean

isProductInTheList() публичный Метод

public isProductInTheList ( string $productName ) : boolean
$productName string
Результат boolean

refundOrderLastPayment() публичный Метод

public refundOrderLastPayment ( Sylius\Component\Core\Model\OrderInterface $order )
$order Sylius\Component\Core\Model\OrderInterface

shipOrder() публичный Метод

public shipOrder ( Sylius\Component\Core\Model\OrderInterface $order )
$order Sylius\Component\Core\Model\OrderInterface

specifyTrackingCode() публичный Метод

public specifyTrackingCode ( string $code )
$code string