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 EmptyOrderItemDownloadInformation

Class EmptyOrderItemDownloadInformation

The purpose of this class is to return empty strings or 0 as integer as representation of a empty OrderItemDownloadInformation object.

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

Methods summary

public
# __construct( )

EmptyOrderItemDownloadInformation constructor.

EmptyOrderItemDownloadInformation constructor.

Override constructor, as no argument are passed, and therefore no validation is needed in this class.

Overrides

OrderItemDownloadInformation::__construct
public string
# getFilename( )

Returns an empty string as Filename of the download.

Returns an empty string as Filename of the download.

Returns

string

Overrides

OrderItemDownloadInformation::getFilename
public integer
# getMaxDaysAllowed( )

Returns 0 as number of days where downloads are possible.

Returns 0 as number of days where downloads are possible.

Returns

integer

Overrides

OrderItemDownloadInformation::getMaxDaysAllowed
public integer
# getCountAvailable( )

Returns 0 the number of possible downloads.

Returns 0 the number of possible downloads.

Returns

integer

Overrides

OrderItemDownloadInformation::getCountAvailable

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