Bitrix API

Method implements iMethod

Class Method

Table of Contents

Interfaces

iMethod

Constants

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

Methods

__construct()  : mixed
Constructor.
apply()  : void
Apply method.
canChange()  : bool
Check change possibility.
defer()  : void
Set defer method.
get()  : iMethod
Get method.
getCode()  : string
Get code.
now()  : void
Set time method with current time.
revoke()  : void
Revoke method.
set()  : mixed
Set method.
time()  : void
Set time method.

Constants

DEFERED

public mixed DEFERED = 'defered'

SCHEDULE

public mixed SCHEDULE = 'schedule'

Methods

__construct()

Constructor.

public __construct(Letter $letter) : mixed
Parameters
$letter : Letter

Letter.

apply()

Apply method.

public apply() : void

canChange()

Check change possibility.

public canChange() : bool
Return values
bool

defer()

Set defer method.

public defer() : void

getCode()

Get code.

public getCode() : string
Return values
string

now()

Set time method with current time.

public now() : void

revoke()

Revoke method.

public revoke() : void

        
On this page

Search results