ICommentsManagerFactory¶
-
interface
OCP\Comments\
ICommentsManagerFactory
¶ - Interface ICommentsManagerFactoryThis class is responsible for instantiating and returning an ICommentsManagerinstance.
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: Parameters: - $serverContainer (
OCP\IServerContainer
) server container
Since: 9.0.0
- $serverContainer (
-
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