Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • CustomerStatusInformation
  • EmptyOrderItemDownloadInformation
  • GXEngineOrder
  • OrderItem
  • OrderItemAttribute
  • OrderItemDownloadInformation
  • OrderItemProperty
  • OrderListItem
  • OrderPaymentType
  • OrderShippingType
  • OrderStatusHistoryListItem
  • OrderTotal
  • StoredOrderItem
  • StoredOrderItemAttribute
  • StoredOrderItemProperty
  • StoredOrderTotal

Class OrderItemDownloadInformation

Class OrderItemDownloadInformation

Direct known subclasses

EmptyOrderItemDownloadInformation

Package: Order\Entities
Category: System
Located at CoreServices/Order/ValueObjects/OrderItemDownloadInformation.inc.php

Methods summary

public
# __construct( FilenameStringType $filename, IntType $maxDaysAllowed, IntType $countAvailable )

OrderItemDownloadInformation constructor.

OrderItemDownloadInformation constructor.

Parameters

$filename
$maxDaysAllowed
$countAvailable
public string
# getFilename( )

Returns the Filename of the download.

Returns the Filename of the download.

Returns

string
public integer
# getMaxDaysAllowed( )

Returns the number of days where downloads are possible.

Returns the number of days where downloads are possible.

Returns

integer
public integer
# getCountAvailable( )

Returns the number of possible downloads.

Returns the number of possible downloads.

Returns

integer

Properties summary

protected string $filename

Filename

Filename

# ''
protected integer $maxDaysAllowed

Maximal number of days for download.

Maximal number of days for download.

# 0
protected integer $countAvailable

Maximal number of possible downloads.

Maximal number of possible downloads.

# 0
API documentation generated by ApiGen