Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Orders
    • Serializers
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Interfaces
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • 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
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • AbstractCollection
  • AddressFormatProvider
  • CurrencyCode
  • CustomerStatusProvider
  • EditableCollection
  • EditableKeyValueCollection
  • EmptyCurrencyCode
  • EmptyDateTime
  • EmptyLanguageCode
  • FileDownloadInformation
  • Id
  • IdCollection
  • KeyValueCollection
  • LanguageCode
  • LanguageProvider
  • StringCollection
  • UrlRewrite
  • UrlRewriteCollection

Class Id

Class Id

IntType
Extended by IdType implements IdInterface
Extended by Id implements IdInterface
Package: Shared
Deprecated:

Since v2.7.1.0, will be removed with v3.3.1.0.

NOTICE:

When you need to cast an Id object to integer, cast it first to string, because otherwise the following command will return always 1:

EXAMPLE:

$id = new Id(948); bad - (int)$id >> 1 good - (int)(string)$id >> 948


Category: System
Located at Deprecated/Shared/Id.inc.php

Methods summary

Methods inherited from IdType

__construct(), __toString()

Methods inherited from IntType

asInt()

Properties summary

Properties inherited from IdType

$value

API documentation generated by ApiGen