Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Method
+ Граф наследования:Method:

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

 __construct (Entity\Letter $letter)
 
 canChange ()
 
 getCode ()
 
 defer ()
 
 time (DateTime $dateTime)
 
 now ()
 
 set (iMethod $method)
 
 get ()
 
 apply ()
 
 revoke ()
 

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

const DEFERED = 'defered'
 
const TIME = 'time'
 
const SCHEDULE = 'schedule'
 

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

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

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

◆ __construct()

__construct ( Entity\Letter $letter)

Constructor.

Аргументы
Entity\Letter$letterLetter.

Замещает iMethod.

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

Методы

◆ apply()

apply ( )

Apply method.

Возвращает
void

Замещает iMethod.

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

◆ canChange()

canChange ( )

Check change possibility.

Возвращает
bool

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

◆ defer()

defer ( )

Set defer method.

Возвращает
void

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

◆ get()

get ( )

Get method.

Возвращает
iMethod

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

◆ getCode()

getCode ( )

Get code.

Возвращает
string

Замещает iMethod.

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

◆ now()

now ( )

Set time method with current time.

Возвращает
void

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

◆ revoke()

revoke ( )

Revoke method.

Возвращает
void

Замещает iMethod.

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

◆ set()

set ( iMethod $method)

Set method.

Аргументы
iMethod$methodMethod.

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

◆ time()

time ( DateTime $dateTime)

Set time method.

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

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

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

◆ DEFERED

const DEFERED = 'defered'

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

◆ SCHEDULE

const SCHEDULE = 'schedule'

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

◆ TIME

const TIME = 'time'

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