Method |
Description |
|
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. |
|