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
NEXT_STEP
public
mixed
NEXT_STEP
= 1
PAUSE
public
mixed
PAUSE
= 3
RUN
public
mixed
RUN
= 0
STOP
public
mixed
STOP
= 2
UNDEFINED
public
mixed
UNDEFINED
= -1
__construct()
public
__construct(int $stateId) : mixed
Parameters
-
$stateId
: int
-
getId()
public
getId() : int
is()
public
is(int $stateId) : bool
Parameters
-
$stateId
: int
-
nextStep()
public
static nextStep() : self
pause()
public
static pause() : self
run()
public
static run() : self
stop()
public
static stop() : self
undefined()
public
static undefined() : self