ICommentsManagerFactory

interface OCP\Comments\ICommentsManagerFactory
Interface ICommentsManagerFactory
This class is responsible for instantiating and returning an ICommentsManager
instance.
Implemented by:OC\Comments\ManagerFactory
Source:lib/public/Comments/ICommentsManagerFactory.php#38

Methods

public OCP\Comments\ICommentsManagerFactory::__construct($serverContainer)
Constructor for the comments manager factory
Source:

lib/public/Comments/ICommentsManagerFactory.php#46

Parameters:
Since:

9.0.0

public OCP\Comments\ICommentsManagerFactory::getManager()
creates and returns an instance of the ICommentsManager
Source:lib/public/Comments/ICommentsManagerFactory.php#54
Returns:\OCP\Comments\ICommentsManager
Since:9.0.0