PHP Класс Rubenwouters\CrmLauncher\Updates\CheckActivity

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$config Rubenwouters\CrmLauncher\Models\Message
$message Rubenwouters\CrmLauncher\Models\Message

Открытые методы

Метод Описание
__construct ( Message $message, Configuration $config )
isAboveMax ( ) : boolean Checks if number of todays messages are greater than max
sendNotifications ( ) : void Send mail to notify above average social media activity

Приватные методы

Метод Описание
toggleSentNotification ( ) : void Remember that a notification is sent today

Описание методов

__construct() публичный Метод

public __construct ( Message $message, Configuration $config )
$message Rubenwouters\CrmLauncher\Models\Message
$config Rubenwouters\CrmLauncher\Models\Configuration

isAboveMax() публичный Метод

Checks if number of todays messages are greater than max
public isAboveMax ( ) : boolean
Результат boolean [description]

sendNotifications() публичный Метод

Send mail to notify above average social media activity
public sendNotifications ( ) : void
Результат void

Описание свойств

$config защищенное свойство

protected Message,Rubenwouters\CrmLauncher\Models $config
Результат Rubenwouters\CrmLauncher\Models\Message

$message защищенное свойство

protected Message,Rubenwouters\CrmLauncher\Models $message
Результат Rubenwouters\CrmLauncher\Models\Message