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

  • Extractor
  • ExtractorResult
  • PropertyExtractorFactory

Interfaces

  • ExtractorException
  • ExtractorInterface
  • PropertyExtractorFactoryInterface

Class ExtractorResult

This class is holding value and property name extracted from given object. It can be returned by Team3\PayU\PropertyExtractor\ExtractorInterface

Class ExtractorResult

Namespace: Team3\PayU\PropertyExtractor
Package: Team3\PayU\Annotation\Extractor
Located at Team3/PayU/PropertyExtractor/ExtractorResult.php

Methods summary

public
# __construct( string $propertyName, mixed $value )

Parameters

$propertyName
$value
public string
# getPropertyName( )

Returns

string
public mixed
# getValue( )

Returns

mixed

Magic methods summary

Properties summary

protected string $propertyName
#
protected mixed $value
#
PayU integration by Krzysztof Gzocha API documentation generated by ApiGen