Newscoop\NewscoopBundle\Controller\SystemPrefController::collectStats PHP Method

collectStats() private method

Sets automatic statistics collection options.
private collectStats ( string $automatic_collection )
$automatic_collection string Values Y or N
    private function collectStats($automatic_collection)
    {
        $preferencesService = $this->container->get('system_preferences_service');
        $preferencesService->CollectStatistics = $automatic_collection;
    }