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

  • CategoryObjectService
  • CategoryReadService
  • CategoryWriteService

Class CategoryObjectService

Class CategoryObjectService

Use this class for creating new categories objects with its default values.

CategoryObjectService implements CategoryObjectServiceInterface
Package: Category
Category: System
Located at CoreServices/Category/CategoryObjectService.inc.php

Methods summary

public
# __construct( CategoryFactoryInterface $categoryFactory )

CategoryObjectService constructor.

CategoryObjectService constructor.

Parameters

$categoryFactory
The category factory.
public CategoryInterface
# createCategoryObject( )

Creates a new category object with its default values.

Creates a new category object with its default values.

Returns

CategoryInterface

Implementation of

CategoryObjectServiceInterface::createCategoryObject()

Properties summary

protected CategoryFactoryInterface $categoryFactory

CategoryFactory interface.

CategoryFactory interface.

#
API documentation generated by ApiGen