PushManager extends AbstractManager implements PushManagerInterface uses HasContextTrait
Table of Contents
Interfaces
Methods
- __construct() : mixed
- addConnectionPush() : Result
- addSectionPush() : Result
- clearAllSubscriptions() : void
- method for supporting
- deletePush() : Result
- getContext() : ContextInterface
- getServiceName() : string
- renewPush() : Result
Methods
__construct()
public
__construct(Office365Context $context) : mixed
Parameters
- $context : Office365Context
addConnectionPush()
public
addConnectionPush(Connection $connection) : Result
Parameters
- $connection : Connection
Return values
ResultaddSectionPush()
public
addSectionPush(SectionConnection $link) : Result
Parameters
- $link : SectionConnection
Tags
Return values
ResultclearAllSubscriptions()
method for supporting
public
clearAllSubscriptions() : void
Tags
deletePush()
public
deletePush(Push $pushChannel) : Result
Parameters
- $pushChannel : Push
Tags
Return values
ResultgetContext()
public
getContext() : ContextInterface
Return values
ContextInterfacegetServiceName()
public
getServiceName() : string
Return values
stringrenewPush()
public
renewPush(Push $pushChannel) : Result
Parameters
- $pushChannel : Push