Rubenwouters\CrmLauncher\Updates\UpdateStatistics::__construct PHP Метод

__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
    public function __construct(Log $log, Configuration $config, Contact $contact, Publishment $publishment, FetchTwitterContent $twitterContent, FetchFacebookContent $facebookContent)
    {
        $this->log = $log;
        $this->config = $config;
        $this->contact = $contact;
        $this->publishment = $publishment;
        $this->twitterContent = $twitterContent;
        $this->facebookContent = $facebookContent;
    }