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

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

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

Свойство Тип Описание
$config Rubenwouters\CrmLauncher\Models\Configuration
$contact Rubenwouters\CrmLauncher\Models\Contact
$facebookContent Rubenwouters\CrmLauncher\ApiCalls\FetchFacebookContent
$log Rubenwouters\CrmLauncher\Models\Contact
$publishment Rubenwouters\CrmLauncher\Models\Publishment
$twitterContent Rubenwouters\CrmLauncher\ApiCalls\FetchTwitterContent

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

Метод Описание
__construct ( Log $log, Configuration $config, Contact $contact, Publishment $publishment, FetchTwitterContent $twitterContent, FetchFacebookContent $facebookContent )
updateFacebookDashboardStats ( ) : void Update config file with likes
updateFbStats ( ) : void Update stats in DB
updateTwitterDashboardStats ( ) : void Update config file with followers
updateTwitterStats ( ) : void Update stats in DB (like count & retweet count)

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

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

public __construct ( Log $log, Configuration $config, Contact $contact, Publishment $publishment, FetchTwitterContent $twitterContent, FetchFacebookContent $facebookContent )
$log Rubenwouters\CrmLauncher\Models\Log
$config Rubenwouters\CrmLauncher\Models\Configuration
$contact Rubenwouters\CrmLauncher\Models\Contact
$publishment Rubenwouters\CrmLauncher\Models\Publishment
$twitterContent Rubenwouters\CrmLauncher\ApiCalls\FetchTwitterContent
$facebookContent Rubenwouters\CrmLauncher\ApiCalls\FetchFacebookContent

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

Update config file with likes
public updateFacebookDashboardStats ( ) : void
Результат void

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

Update stats in DB
public updateFbStats ( ) : void
Результат void

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

Update config file with followers
public updateTwitterDashboardStats ( ) : void
Результат void

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

Update stats in DB (like count & retweet count)
public updateTwitterStats ( ) : void
Результат void

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

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

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

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

protected Contact,Rubenwouters\CrmLauncher\Models $contact
Результат Rubenwouters\CrmLauncher\Models\Contact

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

protected FetchFacebookContent,Rubenwouters\CrmLauncher\ApiCalls $facebookContent
Результат Rubenwouters\CrmLauncher\ApiCalls\FetchFacebookContent

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

protected Contact,Rubenwouters\CrmLauncher\Models $log
Результат Rubenwouters\CrmLauncher\Models\Contact

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

protected Publishment,Rubenwouters\CrmLauncher\Models $publishment
Результат Rubenwouters\CrmLauncher\Models\Publishment

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

protected FetchTwitterContent,Rubenwouters\CrmLauncher\ApiCalls $twitterContent
Результат Rubenwouters\CrmLauncher\ApiCalls\FetchTwitterContent