CustomerCategory
extends SemanticObject
implements
ICustomerCategory
Table of Contents
Interfaces
- ICustomerCategory
Properties
-
$connector
: IConnector
Methods
-
__construct()
: mixed
-
getDescription()
: string
-
setDescription()
: void
__construct()
public
__construct(IConnector $connector[, string $semanticId = null ][, Resource $resource = null ][, string $semanticType = null ][, Semanticable $other = null ][, string $description = null ][, bool $doNotStore = false ]) : mixed
Parameters
-
$connector
: IConnector
-
-
$semanticId
: string
= null
-
-
$resource
: Resource
= null
-
-
$semanticType
: string
= null
-
-
$other
: Semanticable
= null
-
-
$description
: string
= null
-
-
$doNotStore
: bool
= false
-
getDescription()
public
getDescription() : string
setDescription()
public
setDescription(string $description) : void
Parameters
-
$description
: string
-