Documentation

Catalog extends SemanticObject
in package
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

Properties

Methods

__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

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>

        
On this page

Search results