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

  • Product
  • ProductCollection

Interfaces

  • ProductCollectionInterface
  • ProductInterface

Interface ProductCollectionInterface

Team3\PayU\Order\Model\Products\ProductCollectionInterface implements IteratorAggregate, Countable, Team3\PayU\Order\Model\IsFilledInterface

Direct known implementers

Team3\PayU\Order\Model\Products\ProductCollection

Namespace: Team3\PayU\Order\Model\Products
Located at Team3/PayU/Order/Model/Products/ProductCollectionInterface.php

Methods summary

public
# addProduct( Team3\PayU\Order\Model\Products\ProductInterface $product )

Parameters

$product

Returns


$this
public
# getProducts( )

Inheritdoc

public Team3\PayU\Order\Model\Products\ProductCollection
# setProducts( array $products )

Parameters

$products

Returns

Team3\PayU\Order\Model\Products\ProductCollection

Methods inherited from IteratorAggregate

getIterator()

Methods inherited from Countable

count()

Methods inherited from Team3\PayU\Order\Model\IsFilledInterface

isFilled()

Magic methods summary

PayU integration by Krzysztof Gzocha API documentation generated by ApiGen