ICommentsManagerFactory
Interface ICommentsManagerFactory
This class is responsible for instantiating and returning an ICommentsManager instance.
Tags
Table of Contents
- __construct() : mixed
- Constructor for the comments manager factory
- getManager() : ICommentsManager
- creates and returns an instance of the ICommentsManager
Methods
__construct()
Constructor for the comments manager factory
public
__construct(IServerContainer $serverContainer) : mixed
Parameters
- $serverContainer : IServerContainer
-
server container
Tags
Return values
mixed —getManager()
creates and returns an instance of the ICommentsManager
public
getManager() : ICommentsManager