Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
XPSPL
State
PHP 트레잇 XPSPL\State
부터:
0.3.0 State is as it implies, state of a given object.
파일 보기
프로젝트 열기: prggmr/xpspl
보호된 프로퍼티들
프로퍼티
타입
설명
$_state
integer
Current state of the object.
공개 메소드들
메소드
설명
__construct
( ) :
void
Constructs a new state object.
get_state
( ) :
integer
Returns the current event state.
set_state
(
integer
$state
) :
void
Set the object state.
메소드 상세
__construct()
공개
메소드
Constructs a new state object.
public
__construct
( ) :
void
리턴
void
get_state()
최종
공개
메소드
Returns the current event state.
final
public
get_state
( ) :
integer
리턴
integer
Current state of this event.
set_state()
최종
공개
메소드
Set the object state.
final
public
set_state
(
integer
$state
) :
void
$state
integer
State of the object.
리턴
void
프로퍼티 상세
$_state
보호되어 있는 프로퍼티
Current state of the object.
protected
int
$_state
리턴
integer