Bitrix API

DebuggerState

Table of Contents

Constants

NEXT_STEP  = 1
PAUSE  = 3
RUN  = 0
STOP  = 2
UNDEFINED  = -1

Methods

__construct()  : mixed
getId()  : int
is()  : bool
nextStep()  : self
pause()  : self
run()  : self
stop()  : self
undefined()  : self

Constants

Methods

__construct()

public __construct(int $stateId) : mixed
Parameters
$stateId : int

is()

public is(int $stateId) : bool
Parameters
$stateId : int
Return values
bool

nextStep()

public static nextStep() : self
Return values
self

undefined()

public static undefined() : self
Return values
self

        
On this page

Search results