Factory extends FactoryBase
Table of Contents
Constants
- SERVICE_NAME = 'google_api_oauth'
- you should set a constant for the following classes
Methods
- __construct() : mixed
- canSubscribeConnection() : bool
- canSubscribeSection() : bool
- getCode() : string
- getConnection() : Connection
- getContext() : Context|null
- todo You need to return the Context instance by getting it from the Context
- getEventManager() : EventManagerInterface
- getImportManager() : IncomingSectionManagerInterface
- getIncomingEventManager() : IncomingEventManagerInterface
- getIncomingSectionManager() : IncomingSectionManagerInterface
- getOutgoingEventManager() : OutgoingEventManagerInterface
- getOutgoingSectionManager() : OutgoingSectionManagerInterface
- getPushManager() : PushManagerInterface|null
- getSectionManager() : SectionManagerInterface
- getServiceName() : string
Constants
SERVICE_NAME
you should set a constant for the following classes
public
string
SERVICE_NAME
= 'google_api_oauth'
Methods
__construct()
public
__construct(Connection $connection[, Context $context = null ]) : mixed
Parameters
- $connection : Connection
- $context : Context = null
Tags
canSubscribeConnection()
public
canSubscribeConnection() : bool
Return values
boolcanSubscribeSection()
public
canSubscribeSection() : bool
Return values
boolgetCode()
public
getCode() : string
Return values
stringgetConnection()
public
getConnection() : Connection
Return values
ConnectiongetContext()
todo You need to return the Context instance by getting it from the Context
public
getContext() : Context|null
Return values
Context|nullgetEventManager()
public
getEventManager() : EventManagerInterface
Return values
EventManagerInterfacegetImportManager()
public
getImportManager() : IncomingSectionManagerInterface
Return values
IncomingSectionManagerInterfacegetIncomingEventManager()
public
getIncomingEventManager() : IncomingEventManagerInterface
Return values
IncomingEventManagerInterfacegetIncomingSectionManager()
public
getIncomingSectionManager() : IncomingSectionManagerInterface
Return values
IncomingSectionManagerInterfacegetOutgoingEventManager()
public
getOutgoingEventManager() : OutgoingEventManagerInterface
Return values
OutgoingEventManagerInterfacegetOutgoingSectionManager()
public
getOutgoingSectionManager() : OutgoingSectionManagerInterface
Return values
OutgoingSectionManagerInterfacegetPushManager()
public
getPushManager() : PushManagerInterface|null
Return values
PushManagerInterface|nullgetSectionManager()
public
getSectionManager() : SectionManagerInterface
Return values
SectionManagerInterfacegetServiceName()
public
getServiceName() : string