Agent
extends SemanticObject
in package
implements
IAgent
AbstractYes
Table of Contents
Interfaces
Properties
Methods
- addLocalization() : void
- getLocalizations() : array<string|int, mixed>
- removeLocalization() : void
- __construct() : mixed
Properties
$connector
protected
IConnector
$connector
Methods
addLocalization()
public
addLocalization(IAddress $localization) : void
Parameters
- $localization : IAddress
getLocalizations()
public
getLocalizations() : array<string|int, mixed>
Return values
array<string|int, mixed>removeLocalization()
public
removeLocalization(IAddress $localization) : void
Parameters
- $localization : IAddress
__construct()
protected
__construct(IConnector $connector[, string $semanticId = null ][, Resource $resource = null ][, string $semanticType = null ][, Semanticable $other = null ][, array<string|int, mixed> $localizations = null ][, bool $doNotStore = false ]) : mixed
Parameters
- $connector : IConnector
- $semanticId : string = null
- $resource : Resource = null
- $semanticType : string = null
- $other : Semanticable = null
- $localizations : array<string|int, mixed> = null
- $doNotStore : bool = false