SendingConfig
Config for sending process.
Table of Contents
Methods
- __call() : mixed
- __construct() : mixed
- addRecent() : bool
- allowPushImmediately() : self
- allowSendPush() : self
- convertMode() : bool
- create() : self
- disableAddRecent() : self
- disableConvertMode() : self
- disableForceConnectorSend() : self
- disableKeepConnectorSilence() : self
- disableSkipAuthorAddRecent() : self
- disableSkipCommandExecution() : self
- disableSkipConnectorSend() : self
- disableSkipCounterIncrements() : self
- disableSkipOpenlineSession() : self
- disableSkipUrlIndex() : self
- disableSkipUserCheck() : self
- disableUrlPreview() : self
- disallowPushImmediately() : self
- disallowSendPush() : self
- enableAddRecent() : self
- enableConvertMode() : self
- enableForceConnectorSend() : self
- enableKeepConnectorSilence() : self
- enableSkipAuthorAddRecent() : self
- enableSkipCommandExecution() : self
- enableSkipConnectorSend() : self
- enableSkipCounterIncrements() : self
- enableSkipOpenlineSession() : self
- enableSkipUrlIndex() : self
- enableSkipUserCheck() : self
- enableUrlPreview() : self
- fakeRelation() : int
- fillByLegacy() : void
- forceConnectorSend() : bool
- generateUrlPreview() : bool
- isSkipFireEventBeforeMessageNotifySend() : bool
- keepConnectorSilence() : bool
- sendPush() : bool
- sendPushImmediately() : bool
- setFakeRelation() : self
- skipAuthorAddRecent() : bool
- skipCommandExecution() : bool
- skipConnectorSend() : bool
- skipCounterIncrements() : bool
- skipFireEventBeforeMessageNotifySend() : self
- skipOpenlineSession() : bool
- skipUrlIndex() : bool
- skipUserCheck() : bool
- toArray() : array<string|int, mixed>
Methods
__call()
public
__call(string $name, array<string|int, mixed> $arguments) : mixed
Parameters
- $name : string
- $arguments : array<string|int, mixed>
__construct()
public
__construct([array<string|int, mixed>|null $args = null ]) : mixed
Parameters
- $args : array<string|int, mixed>|null = null
addRecent()
public
addRecent() : bool
Return values
boolallowPushImmediately()
public
allowPushImmediately() : self
Return values
selfallowSendPush()
public
allowSendPush() : self
Return values
selfconvertMode()
public
convertMode() : bool
Return values
boolcreate()
public
static create(mixed $sendingConfig) : self
Parameters
- $sendingConfig : mixed
Return values
selfdisableAddRecent()
public
disableAddRecent() : self
Return values
selfdisableConvertMode()
public
disableConvertMode() : self
Return values
selfdisableForceConnectorSend()
public
disableForceConnectorSend() : self
Return values
selfdisableKeepConnectorSilence()
public
disableKeepConnectorSilence() : self
Return values
selfdisableSkipAuthorAddRecent()
public
disableSkipAuthorAddRecent() : self
Return values
selfdisableSkipCommandExecution()
public
disableSkipCommandExecution() : self
Return values
selfdisableSkipConnectorSend()
public
disableSkipConnectorSend() : self
Return values
selfdisableSkipCounterIncrements()
public
disableSkipCounterIncrements() : self
Return values
selfdisableSkipOpenlineSession()
public
disableSkipOpenlineSession() : self
Return values
selfdisableSkipUrlIndex()
public
disableSkipUrlIndex() : self
Return values
selfdisableSkipUserCheck()
public
disableSkipUserCheck() : self
Return values
selfdisableUrlPreview()
public
disableUrlPreview() : self
Return values
selfdisallowPushImmediately()
public
disallowPushImmediately() : self
Return values
selfdisallowSendPush()
public
disallowSendPush() : self
Return values
selfenableAddRecent()
public
enableAddRecent() : self
Return values
selfenableConvertMode()
public
enableConvertMode() : self
Return values
selfenableForceConnectorSend()
public
enableForceConnectorSend() : self
Return values
selfenableKeepConnectorSilence()
public
enableKeepConnectorSilence() : self
Return values
selfenableSkipAuthorAddRecent()
public
enableSkipAuthorAddRecent() : self
Return values
selfenableSkipCommandExecution()
public
enableSkipCommandExecution() : self
Return values
selfenableSkipConnectorSend()
public
enableSkipConnectorSend() : self
Return values
selfenableSkipCounterIncrements()
public
enableSkipCounterIncrements() : self
Return values
selfenableSkipOpenlineSession()
public
enableSkipOpenlineSession() : self
Return values
selfenableSkipUrlIndex()
public
enableSkipUrlIndex() : self
Return values
selfenableSkipUserCheck()
public
enableSkipUserCheck() : self
Return values
selfenableUrlPreview()
public
enableUrlPreview() : self
Return values
selffakeRelation()
public
fakeRelation() : int
Return values
intfillByLegacy()
public
fillByLegacy(array<string|int, mixed> $data) : void
Parameters
- $data : array<string|int, mixed>
forceConnectorSend()
public
forceConnectorSend() : bool
Return values
boolgenerateUrlPreview()
public
generateUrlPreview() : bool
Return values
boolisSkipFireEventBeforeMessageNotifySend()
public
isSkipFireEventBeforeMessageNotifySend() : bool
Return values
boolkeepConnectorSilence()
public
keepConnectorSilence() : bool
Return values
boolsendPush()
public
sendPush() : bool
Return values
boolsendPushImmediately()
public
sendPushImmediately() : bool
Return values
boolsetFakeRelation()
public
setFakeRelation(int $value) : self
Parameters
- $value : int
Return values
selfskipAuthorAddRecent()
public
skipAuthorAddRecent() : bool
Return values
boolskipCommandExecution()
public
skipCommandExecution() : bool
Return values
boolskipConnectorSend()
public
skipConnectorSend() : bool
Return values
boolskipCounterIncrements()
public
skipCounterIncrements() : bool
Return values
boolskipFireEventBeforeMessageNotifySend()
public
skipFireEventBeforeMessageNotifySend([bool $flag = true ]) : self
Parameters
- $flag : bool = true
Return values
selfskipOpenlineSession()
public
skipOpenlineSession() : bool
Return values
boolskipUrlIndex()
public
skipUrlIndex() : bool
Return values
boolskipUserCheck()
public
skipUserCheck() : bool
Return values
booltoArray()
public
toArray([array<string|int, mixed> $options = [] ]) : array<string|int, mixed>
Parameters
- $options : array<string|int, mixed> = []