Settings bundle
-
App\Settings\App2Settings
-
siteName
-
baseUrl
-
maintenanceMode
-
adminEmail
-
supportPhone
-
mailerFromName
-
mailerFromEmail
-
defaultPerPage
-
cacheTtl
-
-
App\Settings\AppSettings
-
siteName
-
baseUrl
-
maintenanceMode
-
adminEmail
-
supportPhone
-
mailerFromName
-
mailerFromEmail
-
defaultPerPage
-
cacheTtl
-
App\Settings\App2Settings
| Property | Value |
|---|---|
| Name | app2 |
| Class | App\Settings\App2Settings |
| Label | string(9) "asdasdasd" |
| Description | string(9) "asdasdasd" |
| Storage adapter | Jbtronics\SettingsBundle\Storage\ORMStorageAdapter |
| Storage adapter options | array(0) { } |
| Storage Key | app2 |
| Default groups | NULL |
| Dependency Injectable | bool(true) |
| Version | NULL |
| Migration service | NULL |
| Cacheable | bool(false) |
| Value | object(App\Settings\App2Settings)#991 (9) { ["siteName"]=> string(10) "My Project" ["baseUrl"]=> string(19) "https://example.com" ["maintenanceMode"]=> bool(false) ["adminEmail"]=> string(17) "admin@example.com" ["supportPhone"]=> NULL ["mailerFromName"]=> string(10) "My Project" ["mailerFromEmail"]=> string(20) "no-reply@example.com" ["defaultPerPage"]=> int(25) ["cacheTtl"]=> int(300) } |
siteName
| Property | Value |
|---|---|
| Name | siteName |
| Property name | siteName |
| Type | Jbtronics\SettingsBundle\ParameterTypes\StringType |
| Nullable | bool(false) |
| Label | Название сайта |
| Description | Показывается в заголовке и письмах |
| Extra options | array(0) { } |
| Form type | NULL |
| Form options | array(1) { ["row_attr"]=> array(1) { ["data-search"]=> string(3) "lkv" } } |
| Groups | array(1) { [0]=> string(5) "test2" } |
| Env Var | NULL |
| Env Var mode | enum(Jbtronics\SettingsBundle\Metadata\EnvVarMode::INITIAL) |
| Env Var Mapper | NULL |
| Cloneable | bool(true) |
| Value | string(10) "My Project" |
baseUrl
| Property | Value |
|---|---|
| Name | baseUrl |
| Property name | baseUrl |
| Type | Jbtronics\SettingsBundle\ParameterTypes\StringType |
| Nullable | bool(false) |
| Label | Базовый URL |
| Description | Например https://example.com (без слэша в конце) |
| Extra options | array(0) { } |
| Form type | NULL |
| Form options | array(0) { } |
| Groups | array(0) { } |
| Env Var | NULL |
| Env Var mode | enum(Jbtronics\SettingsBundle\Metadata\EnvVarMode::INITIAL) |
| Env Var Mapper | NULL |
| Cloneable | bool(true) |
| Value | string(19) "https://example.com" |
maintenanceMode
| Property | Value |
|---|---|
| Name | maintenanceMode |
| Property name | maintenanceMode |
| Type | Jbtronics\SettingsBundle\ParameterTypes\BoolType |
| Nullable | bool(false) |
| Label | Сайт в режиме обслуживания |
| Description | Если включено — показываем заглушку пользователям |
| Extra options | array(0) { } |
| Form type | NULL |
| Form options | array(0) { } |
| Groups | array(0) { } |
| Env Var | NULL |
| Env Var mode | enum(Jbtronics\SettingsBundle\Metadata\EnvVarMode::INITIAL) |
| Env Var Mapper | NULL |
| Cloneable | bool(true) |
| Value | bool(false) |
adminEmail
| Property | Value |
|---|---|
| Name | adminEmail |
| Property name | adminEmail |
| Type | Jbtronics\SettingsBundle\ParameterTypes\StringType |
| Nullable | bool(false) |
| Label | Email администратора |
| Description | Куда приходят системные уведомления |
| Extra options | array(0) { } |
| Form type | NULL |
| Form options | array(0) { } |
| Groups | array(0) { } |
| Env Var | NULL |
| Env Var mode | enum(Jbtronics\SettingsBundle\Metadata\EnvVarMode::INITIAL) |
| Env Var Mapper | NULL |
| Cloneable | bool(true) |
| Value | string(17) "admin@example.com" |
supportPhone
| Property | Value |
|---|---|
| Name | supportPhone |
| Property name | supportPhone |
| Type | Jbtronics\SettingsBundle\ParameterTypes\StringType |
| Nullable | bool(true) |
| Label | Телефон поддержки |
| Description | Показывается на сайте (можно оставить пустым) |
| Extra options | array(0) { } |
| Form type | NULL |
| Form options | array(0) { } |
| Groups | array(0) { } |
| Env Var | NULL |
| Env Var mode | enum(Jbtronics\SettingsBundle\Metadata\EnvVarMode::INITIAL) |
| Env Var Mapper | NULL |
| Cloneable | bool(true) |
| Value | NULL |
mailerFromName
| Property | Value |
|---|---|
| Name | mailerFromName |
| Property name | mailerFromName |
| Type | Jbtronics\SettingsBundle\ParameterTypes\StringType |
| Nullable | bool(false) |
| Label | Имя отправителя |
| Description | From name для писем |
| Extra options | array(0) { } |
| Form type | NULL |
| Form options | array(0) { } |
| Groups | array(0) { } |
| Env Var | NULL |
| Env Var mode | enum(Jbtronics\SettingsBundle\Metadata\EnvVarMode::INITIAL) |
| Env Var Mapper | NULL |
| Cloneable | bool(true) |
| Value | string(10) "My Project" |
mailerFromEmail
| Property | Value |
|---|---|
| Name | mailerFromEmail |
| Property name | mailerFromEmail |
| Type | Jbtronics\SettingsBundle\ParameterTypes\StringType |
| Nullable | bool(false) |
| Label | Email отправителя |
| Description | From email для писем |
| Extra options | array(0) { } |
| Form type | NULL |
| Form options | array(0) { } |
| Groups | array(0) { } |
| Env Var | NULL |
| Env Var mode | enum(Jbtronics\SettingsBundle\Metadata\EnvVarMode::INITIAL) |
| Env Var Mapper | NULL |
| Cloneable | bool(true) |
| Value | string(20) "no-reply@example.com" |
defaultPerPage
| Property | Value |
|---|---|
| Name | defaultPerPage |
| Property name | defaultPerPage |
| Type | Jbtronics\SettingsBundle\ParameterTypes\IntType |
| Nullable | bool(false) |
| Label | Лимит элементов на странице |
| Description | Пагинация по умолчанию |
| Extra options | array(0) { } |
| Form type | NULL |
| Form options | array(0) { } |
| Groups | array(0) { } |
| Env Var | NULL |
| Env Var mode | enum(Jbtronics\SettingsBundle\Metadata\EnvVarMode::INITIAL) |
| Env Var Mapper | NULL |
| Cloneable | bool(true) |
| Value | int(25) |
cacheTtl
| Property | Value |
|---|---|
| Name | cacheTtl |
| Property name | cacheTtl |
| Type | Jbtronics\SettingsBundle\ParameterTypes\IntType |
| Nullable | bool(false) |
| Label | TTL кэша (сек) |
| Description | 0 = выключить кэширование |
| Extra options | array(0) { } |
| Form type | NULL |
| Form options | array(0) { } |
| Groups | array(0) { } |
| Env Var | NULL |
| Env Var mode | enum(Jbtronics\SettingsBundle\Metadata\EnvVarMode::INITIAL) |
| Env Var Mapper | NULL |
| Cloneable | bool(true) |
| Value | int(300) |
App\Settings\AppSettings
| Property | Value |
|---|---|
| Name | app |
| Class | App\Settings\AppSettings |
| Label | NULL |
| Description | NULL |
| Storage adapter | Jbtronics\SettingsBundle\Storage\ORMStorageAdapter |
| Storage adapter options | array(0) { } |
| Storage Key | app |
| Default groups | NULL |
| Dependency Injectable | bool(true) |
| Version | NULL |
| Migration service | NULL |
| Cacheable | bool(false) |
| Value | object(App\Settings\AppSettings)#992 (9) { ["siteName"]=> string(10) "My Project" ["baseUrl"]=> string(19) "https://example.com" ["maintenanceMode"]=> bool(false) ["adminEmail"]=> string(17) "admin@example.com" ["supportPhone"]=> NULL ["mailerFromName"]=> string(10) "My Project" ["mailerFromEmail"]=> string(20) "no-reply@example.com" ["defaultPerPage"]=> int(25) ["cacheTtl"]=> int(300) } |
siteName
| Property | Value |
|---|---|
| Name | siteName |
| Property name | siteName |
| Type | Jbtronics\SettingsBundle\ParameterTypes\StringType |
| Nullable | bool(false) |
| Label | Название сайта |
| Description | Показывается в заголовке и письмах |
| Extra options | array(0) { } |
| Form type | NULL |
| Form options | array(1) { ["row_attr"]=> array(1) { ["data-search"]=> string(61) "название сайт показать заголовок" } } |
| Groups | array(0) { } |
| Env Var | NULL |
| Env Var mode | enum(Jbtronics\SettingsBundle\Metadata\EnvVarMode::INITIAL) |
| Env Var Mapper | NULL |
| Cloneable | bool(true) |
| Value | string(10) "My Project" |
baseUrl
| Property | Value |
|---|---|
| Name | baseUrl |
| Property name | baseUrl |
| Type | Jbtronics\SettingsBundle\ParameterTypes\StringType |
| Nullable | bool(false) |
| Label | Базовый URL |
| Description | Например https://example.com (без слэша в конце) |
| Extra options | array(0) { } |
| Form type | NULL |
| Form options | array(1) { ["row_attr"]=> array(1) { ["data-search"]=> string(18) "url базовый" } } |
| Groups | array(0) { } |
| Env Var | NULL |
| Env Var mode | enum(Jbtronics\SettingsBundle\Metadata\EnvVarMode::INITIAL) |
| Env Var Mapper | NULL |
| Cloneable | bool(true) |
| Value | string(19) "https://example.com" |
maintenanceMode
| Property | Value |
|---|---|
| Name | maintenanceMode |
| Property name | maintenanceMode |
| Type | Jbtronics\SettingsBundle\ParameterTypes\BoolType |
| Nullable | bool(false) |
| Label | Сайт в режиме обслуживания |
| Description | Если включено — показываем заглушку пользователям |
| Extra options | array(0) { } |
| Form type | NULL |
| Form options | array(0) { } |
| Groups | array(0) { } |
| Env Var | NULL |
| Env Var mode | enum(Jbtronics\SettingsBundle\Metadata\EnvVarMode::INITIAL) |
| Env Var Mapper | NULL |
| Cloneable | bool(true) |
| Value | bool(false) |
adminEmail
| Property | Value |
|---|---|
| Name | adminEmail |
| Property name | adminEmail |
| Type | Jbtronics\SettingsBundle\ParameterTypes\StringType |
| Nullable | bool(false) |
| Label | Email администратора |
| Description | Куда приходят системные уведомления |
| Extra options | array(0) { } |
| Form type | NULL |
| Form options | array(0) { } |
| Groups | array(0) { } |
| Env Var | NULL |
| Env Var mode | enum(Jbtronics\SettingsBundle\Metadata\EnvVarMode::INITIAL) |
| Env Var Mapper | NULL |
| Cloneable | bool(true) |
| Value | string(17) "admin@example.com" |
supportPhone
| Property | Value |
|---|---|
| Name | supportPhone |
| Property name | supportPhone |
| Type | Jbtronics\SettingsBundle\ParameterTypes\StringType |
| Nullable | bool(true) |
| Label | Телефон поддержки |
| Description | Показывается на сайте (можно оставить пустым) |
| Extra options | array(0) { } |
| Form type | NULL |
| Form options | array(0) { } |
| Groups | array(0) { } |
| Env Var | NULL |
| Env Var mode | enum(Jbtronics\SettingsBundle\Metadata\EnvVarMode::INITIAL) |
| Env Var Mapper | NULL |
| Cloneable | bool(true) |
| Value | NULL |
mailerFromName
| Property | Value |
|---|---|
| Name | mailerFromName |
| Property name | mailerFromName |
| Type | Jbtronics\SettingsBundle\ParameterTypes\StringType |
| Nullable | bool(false) |
| Label | Имя отправителя |
| Description | From name для писем |
| Extra options | array(0) { } |
| Form type | NULL |
| Form options | array(0) { } |
| Groups | array(0) { } |
| Env Var | NULL |
| Env Var mode | enum(Jbtronics\SettingsBundle\Metadata\EnvVarMode::INITIAL) |
| Env Var Mapper | NULL |
| Cloneable | bool(true) |
| Value | string(10) "My Project" |
mailerFromEmail
| Property | Value |
|---|---|
| Name | mailerFromEmail |
| Property name | mailerFromEmail |
| Type | Jbtronics\SettingsBundle\ParameterTypes\StringType |
| Nullable | bool(false) |
| Label | Email отправителя |
| Description | From email для писем |
| Extra options | array(0) { } |
| Form type | NULL |
| Form options | array(0) { } |
| Groups | array(0) { } |
| Env Var | NULL |
| Env Var mode | enum(Jbtronics\SettingsBundle\Metadata\EnvVarMode::INITIAL) |
| Env Var Mapper | NULL |
| Cloneable | bool(true) |
| Value | string(20) "no-reply@example.com" |
defaultPerPage
| Property | Value |
|---|---|
| Name | defaultPerPage |
| Property name | defaultPerPage |
| Type | Jbtronics\SettingsBundle\ParameterTypes\IntType |
| Nullable | bool(false) |
| Label | Лимит элементов на странице |
| Description | Пагинация по умолчанию |
| Extra options | array(0) { } |
| Form type | NULL |
| Form options | array(0) { } |
| Groups | array(0) { } |
| Env Var | NULL |
| Env Var mode | enum(Jbtronics\SettingsBundle\Metadata\EnvVarMode::INITIAL) |
| Env Var Mapper | NULL |
| Cloneable | bool(true) |
| Value | int(25) |
cacheTtl
| Property | Value |
|---|---|
| Name | cacheTtl |
| Property name | cacheTtl |
| Type | Jbtronics\SettingsBundle\ParameterTypes\IntType |
| Nullable | bool(false) |
| Label | TTL кэша (сек) |
| Description | 0 = выключить кэширование |
| Extra options | array(0) { } |
| Form type | NULL |
| Form options | array(0) { } |
| Groups | array(0) { } |
| Env Var | NULL |
| Env Var mode | enum(Jbtronics\SettingsBundle\Metadata\EnvVarMode::INITIAL) |
| Env Var Mapper | NULL |
| Cloneable | bool(true) |
| Value | int(300) |