PHP Класс Newscoop\NewscoopBundle\Controller\SystemPrefController

Наследование: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Показать файл Открыть проект

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

Метод Описание
clearDatabaseCacheAction ( Request $request )
disableJobAction ( Request $request, $id )
enableJobAction ( Request $request, $id )
indexAction ( Request $request )
jobNotifyAction ( Request $request, $id )

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

Метод Описание
collectStats ( string $automatic_collection ) Sets automatic statistics collection options.
convertToBytes ( $from )
databaseCache ( string $cache_engine, string $cache_engine_host, string $cache_engine_port ) : void | RedirectResponse Sets database caching.
facebook ( string $appId, string $secret ) Sets facebook options.
formatBytes ( $size, $precision = 2 )
generalSettings ( string $siteOnline, string $title, string $meta_keywords, string $meta_description, string $timezone, integer $cache_image, string $allow_recovery, string $emailFrom, integer $session_lifetime, string $separator, integer $captcha, string $mysql_client_command_path ) Sets general options.
geolocation ( point $latitude, point $longitude, array $geoLocation, Symfony\Component\Translation\TranslatorInterface $translator ) : void | RedirectResponse Sets geolocation options.
imageResizing ( string $ratio, integer $image_width, integer $image_height, integer $zoom ) Sets images resizing options.
maxUpload ( string $max_size, Symfony\Component\Translation\TranslatorInterface $translator ) : void | RedirectResponse Defines and sets max upload file size.
recaptcha ( string $publicKey, string $privateKey, string $secure ) Sets recaptcha options.
smtpConfiguration ( string $host, integer $port ) Sets SMTP options.
templateCache ( string $cache_template, Symfony\Component\Translation\TranslatorInterface $translator ) : void | RedirectResponse Sets templates caching.
templateFilter ( string $template_filter ) Sets template filter.
useReplication ( string $user, string $host, $password, string $use_replication, integer $port, Symfony\Component\Translation\TranslatorInterface $translator ) : void | RedirectResponse Sets replication settings.

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

clearDatabaseCacheAction() публичный метод

public clearDatabaseCacheAction ( Request $request )
$request Symfony\Component\HttpFoundation\Request

disableJobAction() публичный метод

public disableJobAction ( Request $request, $id )
$request Symfony\Component\HttpFoundation\Request

enableJobAction() публичный метод

public enableJobAction ( Request $request, $id )
$request Symfony\Component\HttpFoundation\Request

indexAction() публичный метод

public indexAction ( Request $request )
$request Symfony\Component\HttpFoundation\Request

jobNotifyAction() публичный метод

public jobNotifyAction ( Request $request, $id )
$request Symfony\Component\HttpFoundation\Request