Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Agreement

Открытые члены

 __construct ($id, array $replace=array())
 
 load ($id)
 
 setReplace (array $replace)
 
 getErrors ()
 
 hasErrors ()
 
 getId ()
 
 getData ()
 
 setData (array $data)
 
 mergeData (array $data)
 
 save ()
 
 isExist ()
 
 isActive ()
 
 isAgreementTextHtml ()
 
 getTitle ()
 
 getText ($cutTitle=false)
 
 getHtml ()
 
 getLabelText ()
 
 getUrl ()
 
 getFields ()
 
 getFieldValues ()
 

Открытые статические члены

static getActiveList ()
 
static getTypeNames ()
 

Открытые атрибуты

const ACTIVE = 'Y'
 
const NOT_ACTIVE = 'N'
 
const TYPE_STANDARD = 'S'
 
const TYPE_CUSTOM = 'C'
 

Защищенные члены

 check ()
 
 isCustomType ()
 
 getDataProviderValues ()
 
 getReplaceFieldValues ()
 

Защищенные статические члены

static getTitleFromText ($text)
 

Защищенные данные

 $id = null
 
 $errors
 
 $data
 
 $replace = array()
 
 $intl
 
 $dataProvider
 

Подробное описание

См. определение в файле agreement.php строка 24

Конструктор(ы)

◆ __construct()

__construct ( $id,
array $replace = array() )

Construct.

Аргументы
integer$idAgreement ID.
array$replaceReplace data.

См. определение в файле agreement.php строка 94

Методы

◆ check()

check ( )
protected

Check.

Возвращает
bool

См. определение в файле agreement.php строка 257

◆ getActiveList()

static getActiveList ( )
static

Get active agreement list.

Возвращает
array

См. определение в файле agreement.php строка 59

◆ getData()

getData ( )

Get agreement data.

Возвращает
array

См. определение в файле agreement.php строка 180

◆ getDataProviderValues()

getDataProviderValues ( )
protected

Get data provider fields.

Возвращает
array

См. определение в файле agreement.php строка 474

◆ getErrors()

getErrors ( )

Get errors.

Возвращает
Error[]

См. определение в файле agreement.php строка 150

◆ getFields()

getFields ( )

Return fields.

Возвращает
array

См. определение в файле agreement.php строка 495

◆ getFieldValues()

getFieldValues ( )

Return field values.

Возвращает
array

См. определение в файле agreement.php строка 515

◆ getHtml()

getHtml ( )

Get html.

Возвращает
string

См. определение в файле agreement.php строка 351

◆ getId()

getId ( )

Get agreement ID.

Возвращает
int

См. определение в файле agreement.php строка 170

◆ getLabelText()

getLabelText ( )

Get label text.

Возвращает
string

См. определение в файле agreement.php строка 407

◆ getReplaceFieldValues()

getReplaceFieldValues ( )
protected

См. определение в файле agreement.php строка 529

◆ getText()

getText ( $cutTitle = false)

Get text.

Аргументы
bool$cutTitleCut title.
Возвращает
string

См. определение в файле agreement.php строка 340

◆ getTitle()

getTitle ( )

Get title.

Возвращает
string

См. определение в файле agreement.php строка 315

◆ getTitleFromText()

static getTitleFromText ( $text)
staticprotected

См. определение в файле agreement.php строка 320

◆ getTypeNames()

static getTypeNames ( )
static

Get types.

Возвращает
array

См. определение в файле agreement.php строка 80

◆ getUrl()

getUrl ( )

Get url.

Возвращает
string

См. определение в файле agreement.php строка 417

◆ hasErrors()

hasErrors ( )

Has errors.

Возвращает
bool

См. определение в файле agreement.php строка 160

◆ isActive()

isActive ( )

Return true if is active.

Возвращает
string

См. определение в файле agreement.php строка 290

◆ isAgreementTextHtml()

isAgreementTextHtml ( )

См. определение в файле agreement.php строка 295

◆ isCustomType()

isCustomType ( )
protected

Return true if is custom type.

Возвращает
string

См. определение в файле agreement.php строка 305

◆ isExist()

isExist ( )

Return true if is exist.

Возвращает
bool

См. определение в файле agreement.php строка 280

◆ load()

load ( $id)

Return true if is used.

Аргументы
integer$idAgreement ID.
Возвращает
string

См. определение в файле agreement.php строка 110

◆ mergeData()

mergeData ( array $data)

Merge agreement data.

Аргументы
array$dataData.
Возвращает
void

См. определение в файле agreement.php строка 205

◆ save()

save ( )

Save agreement data.

Возвращает
void

См. определение в файле agreement.php строка 215

◆ setData()

setData ( array $data)

Set agreement data.

Аргументы
array$dataData.
Возвращает
void

См. определение в файле agreement.php строка 191

◆ setReplace()

setReplace ( array $replace)

Set replace.

Аргументы
array$replaceReplace data.
Возвращает
$this

См. определение в файле agreement.php строка 139

Данные класса

◆ $data

$data
protected
Инициализатор
= array(
'ACTIVE' => self::ACTIVE,
'TYPE' => self::TYPE_CUSTOM,
)

См. определение в файле agreement.php строка 38

◆ $dataProvider

$dataProvider
protected

См. определение в файле agreement.php строка 50

◆ $errors

ErrorCollection $errors
protected

См. определение в файле agreement.php строка 35

◆ $id

$id = null
protected

См. определение в файле agreement.php строка 32

◆ $intl

$intl
protected

См. определение в файле agreement.php строка 47

◆ $replace

$replace = array()
protected

См. определение в файле agreement.php строка 44

◆ ACTIVE

const ACTIVE = 'Y'

См. определение в файле agreement.php строка 26

◆ NOT_ACTIVE

const NOT_ACTIVE = 'N'

См. определение в файле agreement.php строка 27

◆ TYPE_CUSTOM

const TYPE_CUSTOM = 'C'

См. определение в файле agreement.php строка 29

◆ TYPE_STANDARD

const TYPE_STANDARD = 'S'

См. определение в файле agreement.php строка 28