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

Class ProductCollection

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

Methods summary

public
# __construct( array $products = [] )

Parameters

$products
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
# addProduct( Team3\PayU\Order\Model\Products\ProductInterface $product )

Parameters

$product

Returns


$this

Implementation of

Team3\PayU\Order\Model\Products\ProductCollectionInterface::addProduct()
public
# getProducts( )

Inheritdoc

Implementation of

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

Parameters

$products

Returns

Team3\PayU\Order\Model\Products\ProductCollection

Implementation of

Team3\PayU\Order\Model\Products\ProductCollectionInterface::setProducts()
public
# count( )

Inheritdoc

public
# getIterator( )

Inheritdoc

Magic methods summary

Properties summary

protected Team3\PayU\Order\Model\Products\ProductInterface[] $products

Assert\count(min="1")

#
PayU integration by Krzysztof Gzocha API documentation generated by ApiGen