Catalog
extends SemanticObject
implements
ICatalog
Table of Contents
Interfaces
- ICatalog
Properties
-
$connector
: IConnector
Methods
-
__construct()
: mixed
-
addItem()
: void
-
addMaintainer()
: void
-
getItems()
: array<string|int, mixed>
-
getMaintainers()
: array<string|int, mixed>
-
removeItem()
: void
__construct()
public
__construct(IConnector $connector[, string $semanticId = null ][, Resource $resource = null ][, string $semanticType = null ][, Semanticable $other = null ][, array<string|int, mixed> $maintainers = null ][, array<string|int, mixed> $items = null ][, bool $doNotStore = false ]) : mixed
Parameters
-
$connector
: IConnector
-
-
$semanticId
: string
= null
-
-
$resource
: Resource
= null
-
-
$semanticType
: string
= null
-
-
$other
: Semanticable
= null
-
-
$maintainers
: array<string|int, mixed>
= null
-
-
$items
: array<string|int, mixed>
= null
-
-
$doNotStore
: bool
= false
-
addItem()
public
addItem(ICatalogItem $item) : void
Parameters
-
$item
: ICatalogItem
-
addMaintainer()
public
addMaintainer(IEnterprise $maintainer) : void
Parameters
-
$maintainer
: IEnterprise
-
getItems()
public
getItems() : array<string|int, mixed>
Return values
array<string|int, mixed>
getMaintainers()
public
getMaintainers() : array<string|int, mixed>
Return values
array<string|int, mixed>
removeItem()
public
removeItem(ICatalogItem $item) : void
Parameters
-
$item
: ICatalogItem
-