ISystemTagManagerFactory
Interface ISystemTagManagerFactory
Factory interface for system tag managers
Tags
Table of Contents
- __construct() : mixed
- Constructor for the system tag manager factory
- getManager() : ISystemTagManager
- creates and returns an instance of the system tag manager
- getObjectMapper() : ISystemTagObjectMapper
- creates and returns an instance of the system tag object mapper
Methods
__construct()
Constructor for the system tag manager factory
public
__construct(IServerContainer $serverContainer) : mixed
Parameters
- $serverContainer : IServerContainer
-
server container
Tags
Return values
mixed —getManager()
creates and returns an instance of the system tag manager
public
getManager() : ISystemTagManager
Tags
Return values
ISystemTagManager —getObjectMapper()
creates and returns an instance of the system tag object mapper
public
getObjectMapper() : ISystemTagObjectMapper