PayU integration by Krzysztof Gzocha
  • Namespace
  • Class

Namespaces

  • Team3
    • PayU
      • Annotation
      • Communication
        • CurlRequestBuilder
        • HttpStatusParser
        • Notification
        • Process
          • NotificationProcess
          • ResponseDeserializer
        • Request
          • Model
        • Response
          • Model
        • Sender
      • Configuration
        • Credentials
      • Order
        • Autocomplete
          • Strategy
        • Model
          • Buyer
          • Money
          • Products
          • ShippingMethods
          • Traits
        • Transformer
          • UserOrder
            • Strategy
              • Product
              • ShippingMethod
      • PropertyExtractor
        • Reader
      • Serializer
      • SignatureCalculator
        • Encoder
          • Algorithms
          • Strategy
        • ParametersSorter
        • Validator
      • ValidatorBuilder

Classes

  • ShippingMethod
  • ShippingMethodCollection

Interfaces

  • ShippingMethodCollectionInterface
  • ShippingMethodInterface

Class ShippingMethodCollection

Team3\PayU\Order\Model\ShippingMethods\ShippingMethodCollection implements Team3\PayU\Order\Model\ShippingMethods\ShippingMethodCollectionInterface
Namespace: Team3\PayU\Order\Model\ShippingMethods
Located at Team3/PayU/Order/Model/ShippingMethods/ShippingMethodCollection.php

Methods summary

public
# __construct( array $shippingMethod = [] )

Parameters

$shippingMethod
public boolean
# isFilled( )

Return true if given object is filled

Return true if given object is filled

Returns

boolean

Implementation of

Team3\PayU\Order\Model\IsFilledInterface::isFilled()
public Team3\PayU\Order\Model\ShippingMethods\ShippingMethodInterface[]
# getShippingMethods( )

Returns

Team3\PayU\Order\Model\ShippingMethods\ShippingMethodInterface[]

Implementation of

Team3\PayU\Order\Model\ShippingMethods\ShippingMethodCollectionInterface::getShippingMethods()
public
# addShippingMethod( Team3\PayU\Order\Model\ShippingMethods\ShippingMethodInterface $shippingMethod )

Inheritdoc

Implementation of

Team3\PayU\Order\Model\ShippingMethods\ShippingMethodCollectionInterface::addShippingMethod()
public Team3\PayU\Order\Model\ShippingMethods\ShippingMethodCollection
# setShippingMethods( array $shippingMethods )

Parameters

$shippingMethods

Returns

Team3\PayU\Order\Model\ShippingMethods\ShippingMethodCollection

Implementation of

Team3\PayU\Order\Model\ShippingMethods\ShippingMethodCollectionInterface::setShippingMethods()
public
# getIterator( )

Inheritdoc

public
# count( )

Inheritdoc

Magic methods summary

Properties summary

protected Team3\PayU\Order\Model\ShippingMethods\ShippingMethodInterface[] $shippingMethods
#
PayU integration by Krzysztof Gzocha API documentation generated by ApiGen