См. определение в файле agreement.php строка 24
◆ __construct()
__construct |
( |
| $id, |
|
|
array | $replace = array() ) |
Construct.
- Аргументы
-
integer | $id | Agreement ID. |
array | $replace | Replace data. |
См. определение в файле agreement.php строка 94
◆ check()
◆ getActiveList()
Get active agreement list.
- Возвращает
- array
См. определение в файле agreement.php строка 59
◆ getData()
Get agreement data.
- Возвращает
- array
См. определение в файле agreement.php строка 180
◆ getDataProviderValues()
getDataProviderValues |
( |
| ) |
|
|
protected |
Get data provider fields.
- Возвращает
- array
См. определение в файле agreement.php строка 474
◆ getErrors()
◆ getFields()
◆ getFieldValues()
Return field values.
- Возвращает
- array
См. определение в файле agreement.php строка 515
◆ getHtml()
◆ getId()
Get agreement ID.
- Возвращает
- int
См. определение в файле agreement.php строка 170
◆ getLabelText()
Get label text.
- Возвращает
- string
См. определение в файле agreement.php строка 407
◆ getReplaceFieldValues()
getReplaceFieldValues |
( |
| ) |
|
|
protected |
◆ getText()
getText |
( |
| $cutTitle = false | ) |
|
Get text.
- Аргументы
-
- Возвращает
- string
См. определение в файле agreement.php строка 340
◆ getTitle()
◆ getTitleFromText()
static getTitleFromText |
( |
| $text | ) |
|
|
staticprotected |
◆ getTypeNames()
◆ getUrl()
◆ hasErrors()
◆ isActive()
Return true if is active.
- Возвращает
- string
См. определение в файле agreement.php строка 290
◆ isAgreementTextHtml()
◆ isCustomType()
Return true if is custom type.
- Возвращает
- string
См. определение в файле agreement.php строка 305
◆ isExist()
Return true if is exist.
- Возвращает
- bool
См. определение в файле agreement.php строка 280
◆ load()
Return true if is used.
- Аргументы
-
- Возвращает
- string
См. определение в файле agreement.php строка 110
◆ mergeData()
Merge agreement data.
- Аргументы
-
- Возвращает
- void
См. определение в файле agreement.php строка 205
◆ save()
Save agreement data.
- Возвращает
- void
См. определение в файле agreement.php строка 215
◆ setData()
Set agreement data.
- Аргументы
-
- Возвращает
- void
См. определение в файле agreement.php строка 191
◆ setReplace()
setReplace |
( |
array | $replace | ) |
|
Set replace.
- Аргументы
-
array | $replace | Replace data. |
- Возвращает
- $this
См. определение в файле agreement.php строка 139
◆ $data
Инициализатор= array(
'ACTIVE' => self::ACTIVE,
'TYPE' => self::TYPE_CUSTOM,
)
См. определение в файле agreement.php строка 38
◆ $dataProvider
◆ $errors
◆ $id
◆ $intl
◆ $replace
◆ ACTIVE
◆ NOT_ACTIVE
◆ TYPE_CUSTOM
◆ TYPE_STANDARD
const TYPE_STANDARD = 'S' |