Composable Commerce PHP SDKPHP SDK
  • Namespace
  • Class
  • Tree

Namespaces

  • Commercetools
    • Commons
      • Helper
    • Core
      • Builder
        • Request
        • Update
      • Cache
      • Client
        • Adapter
        • OAuth
      • Error
      • Helper
        • Annotate
        • State
          • Renderer
        • Subscriber
          • Log
      • Model
        • ApiClient
        • Cart
        • CartDiscount
        • Category
        • Channel
        • Common
        • Customer
        • CustomerGroup
        • CustomField
        • CustomObject
        • DiscountCode
        • Extension
        • Inventory
        • Message
        • Order
        • OrderEdit
        • Payment
        • Product
          • Search
        • ProductDiscount
        • ProductSelection
        • ProductType
        • Project
        • Review
        • ShippingMethod
        • ShoppingList
        • State
        • Store
        • Subscription
        • TaxCategory
        • Type
        • Zone
      • Request
        • ApiClients
        • CartDiscounts
          • Command
        • Carts
          • Command
        • Categories
          • Command
        • Channels
          • Command
        • CustomerGroups
          • Command
        • Customers
          • Command
        • CustomField
          • Command
        • CustomObjects
        • DiscountCodes
          • Command
        • Extensions
          • Command
        • GraphQL
        • InStores
        • Inventory
          • Command
        • Me
          • Command
        • Messages
        • OrderEdits
          • Command
          • StagedOrder
            • Command
        • Orders
          • Command
        • Payments
          • Command
        • ProductDiscounts
          • Command
        • Products
          • Command
        • ProductSelections
          • Command
        • ProductTypes
          • Command
        • Project
          • Command
        • Query
        • Reviews
          • Command
        • ShippingMethods
          • Command
        • ShoppingLists
          • Command
        • States
          • Command
        • Stores
          • Command
        • Subscriptions
          • Command
        • TaxCategories
          • Command
        • Types
          • Command
        • Zones
          • Command
      • Response

Classes

  • AnnotationGenerator
  • ClassAnnotator
  • ReflectedClass

Class ReflectedClass

Namespace: Commercetools\Core\Helper\Annotate
Located at Core/Helper/Annotate/ReflectedClass.php

Methods summary

public
# __construct( $className )
public
# addMagicGetSetMethod( $type, $fieldName, $args, $returnTypeHint = null, $returnsReference = null, $shortDescription = null )
public
# addMagicMethod( $methodName, $args, $returnTypeHint = null, $returnsReference = null, $shortDescription = null, $static = false, $force = false )
public
# hasMethod( $methodName )
public
# hasMagicGetSetMethod( $methodName )
public
# getMethod( $methodName )
public
# getMagicGetSetMethod( $methodName )
public array
# getConstructorArgs( )

Returns

array
public
# addUse( $className, $alias = null )

Parameters

$className
$alias
public mixed
# getClassName( )

Returns

mixed
public mixed
# getNamespace( )

Returns

mixed
public mixed
# getUses( )

Returns

mixed
public mixed
# getMethods( )

Returns

mixed
public mixed
# getMagicGetSetMethods( )

Returns

mixed
public array
# getDocBlockLines( )

Returns

array
public mixed
# getFileName( )

Returns

mixed
public boolean
# isAbstract( )

Returns

boolean
public mixed
# getShortClassName( )

Returns

mixed
PHP SDK API documentation generated by ApiGen