ISystemTagManagerFactory
in
Interface ISystemTagManagerFactory
Factory interface for system tag managers
Tags
Table of Contents
Methods
- __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
getManager()
creates and returns an instance of the system tag manager
public
getManager() : ISystemTagManager
Tags
Return values
ISystemTagManagergetObjectMapper()
creates and returns an instance of the system tag object mapper
public
getObjectMapper() : ISystemTagObjectMapper