ISystemTagManagerFactory

interface OCP\SystemTag\ISystemTagManagerFactory
Interface ISystemTagManagerFactory
Factory interface for system tag managers
Implemented by:OC\SystemTag\ManagerFactory
Source:lib/public/SystemTag/ISystemTagManagerFactory.php#38

Methods

public OCP\SystemTag\ISystemTagManagerFactory::__construct($serverContainer)
Constructor for the system tag manager factory
Source:

lib/public/SystemTag/ISystemTagManagerFactory.php#46

Parameters:
Since:

9.0.0

public OCP\SystemTag\ISystemTagManagerFactory::getManager()
creates and returns an instance of the system tag manager
Source:lib/public/SystemTag/ISystemTagManagerFactory.php#54
Returns:\OCP\SystemTag\ISystemTagManager
Since:9.0.0
public OCP\SystemTag\ISystemTagManagerFactory::getObjectMapper()
creates and returns an instance of the system tag object
mapper
Source:lib/public/SystemTag/ISystemTagManagerFactory.php#63
Returns:\OCP\SystemTag\ISystemTagObjectMapper
Since:9.0.0