Bitrix API

SmartProcess extends Entity

Class SmartProcess

Table of Contents

Constants

CODE  = 'smartprocess'
RESERVATION_MODE_CODE  = 'mode'
RESERVATION_MODE_OPTION_MANUAL  = 'manual'
RESERVATION_MODE_OPTION_ON_ADD_TO_DOCUMENT  = 'onAddToDocument'
RESERVATION_MODE_OPTION_ON_PAYMENT  = 'onPayment'
RESERVE_WITHDRAWAL_PERIOD_CODE  = 'period'

Methods

__construct()  : mixed
getCode()  : string
getName()  : string|null
getReservationMode()  : mixed|null
getReserveWithdrawalPeriod()  : mixed|null
Days count.
getScheme()  : array<string|int, mixed>
getValue()  : mixed|null
getValues()  : array<string|int, mixed>
save()  : void
setValue()  : $this
setValues()  : Entity

Constants

RESERVATION_MODE_CODE

public mixed RESERVATION_MODE_CODE = 'mode'

RESERVATION_MODE_OPTION_MANUAL

public mixed RESERVATION_MODE_OPTION_MANUAL = 'manual'

RESERVATION_MODE_OPTION_ON_ADD_TO_DOCUMENT

public mixed RESERVATION_MODE_OPTION_ON_ADD_TO_DOCUMENT = 'onAddToDocument'

RESERVATION_MODE_OPTION_ON_PAYMENT

public mixed RESERVATION_MODE_OPTION_ON_PAYMENT = 'onPayment'

RESERVE_WITHDRAWAL_PERIOD_CODE

public mixed RESERVE_WITHDRAWAL_PERIOD_CODE = 'period'

Methods

__construct()

public __construct() : mixed

getCode()

public static getCode() : string
Return values
string

getName()

public static getName() : string|null
Return values
string|null

getReservationMode()

public getReservationMode() : mixed|null
Return values
mixed|null

getReserveWithdrawalPeriod()

Days count.

public getReserveWithdrawalPeriod() : mixed|null
Return values
mixed|null

getScheme()

public static getScheme() : array<string|int, mixed>
Return values
array<string|int, mixed>

getValue()

public getValue(string $code) : mixed|null
Parameters
$code : string
Return values
mixed|null

getValues()

public getValues() : array<string|int, mixed>
Return values
array<string|int, mixed>

setValue()

public setValue(string $name, string $value) : $this
Parameters
$name : string
$value : string
Return values
$this

setValues()

public setValues(array<string|int, mixed> $values) : Entity
Parameters
$values : array<string|int, mixed>
Return values
Entity

        
On this page

Search results