ManagerFactory¶
-
class
OC\Comments\
ManagerFactory
¶ Source: lib/private/Comments/ManagerFactory.php#33 Implements: OCP\Comments\ICommentsManagerFactory
Properties¶
Methods¶
-
public
OC\Comments\ManagerFactory::
__construct
($serverContainer)¶ - Constructor for the comments manager factory
Source: Parameters: - $serverContainer (
OCP\IServerContainer
) server container
- $serverContainer (
-
public
OC\Comments\ManagerFactory::
getManager
()¶ - creates and returns an instance of the ICommentsManager
Source: lib/private/Comments/ManagerFactory.php#57 Returns: \OCP\Comments\ICommentsManager
Since: 9.0.0