|
| addCounter ($day, $name, $value=null) |
|
| addDayCounter ($name, $value) |
|
| subDayCounter ($day, $name, $value) |
|
| addCurrencyCounter ($name, $value, $currency) |
|
| subCurrencyCounter ($day, $name, $value, $currency) |
|
| attachEntityItem ($entity, $item) |
|
| subCounter ($day, $name, $value=1) |
|
| setAttribute ($name, $value=null) |
|
См. определение в файле daycontext.php строка 13
◆ addCounter()
addCounter |
( |
| $day, |
|
|
| $name, |
|
|
| $value = null ) |
Add value to counter. If counter not exists set counter to value.
- Аргументы
-
Date | $day | Counter date. |
string | $name | Counter name. |
int | float | $value | Number to add. |
- Возвращает
- void
Переопределяет метод предка BaseContext.
См. определение в файле daycontext.php строка 23
◆ addCurrencyCounter()
addCurrencyCounter |
( |
| $name, |
|
|
| $value, |
|
|
| $currency ) |
Add currency value to counter. If counter not exists set counter to value.
- Аргументы
-
string | $name | Counter name. |
int | float | string | $value | Numeric value. |
string | $currency | Currency code (eg: RUB). |
- Возвращает
- void
См. определение в файле daycontext.php строка 112
◆ addDayCounter()
addDayCounter |
( |
| $name, |
|
|
| $value ) |
Add value to counter (once a day per person). If counter not exists set counter to value.
- Аргументы
-
string | $name | Counter name. |
int | float | $value | Number to add. |
- Возвращает
- void
См. определение в файле daycontext.php строка 56
◆ attachEntityItem()
attachEntityItem |
( |
| $entity, |
|
|
| $item ) |
Attach entity item to context.
- Аргументы
-
string | $entity | Entity type. |
string | int | $item | Entity item ID. |
- Исключения
-
- Возвращает
- void
См. определение в файле daycontext.php строка 139
◆ getEntityItemInstance()
static getEntityItemInstance |
( |
| $entity, |
|
|
| $item ) |
|
static |
Get context of attached entity item.
- Аргументы
-
string | $entity | Entity type. |
string | int | $item | Entity item ID. |
- Возвращает
- self
См. определение в файле daycontext.php строка 176
◆ getInstance()
Get day context singleton instance.
- Возвращает
- self
См. определение в файле daycontext.php строка 229
◆ getSiteId()
◆ getSiteInstance()
static getSiteInstance |
( |
| $siteId | ) |
|
|
static |
Returns context for given Site
- Аргументы
-
- Возвращает
- self
См. определение в файле daycontext.php строка 202
◆ getVarName()
◆ saveInstance()
◆ subCurrencyCounter()
subCurrencyCounter |
( |
| $day, |
|
|
| $name, |
|
|
| $value, |
|
|
| $currency ) |
Subtraction currency value from counter
- Аргументы
-
Date | $day | |
string | $name | |
int | float | $value | |
string | $currency | |
- Возвращает
- void
См. определение в файле daycontext.php строка 126
◆ subDayCounter()
subDayCounter |
( |
| $day, |
|
|
| $name, |
|
|
| $value ) |
Subtraction value from counter. If counter not exists does nothing.
- Аргументы
-
Date | $day | |
string | $name | |
int | float | $value | |
- Возвращает
- void
См. определение в файле daycontext.php строка 87