Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
PHPSA
Definition
AbstractDefinition
PHP 클래스 PHPSA\Definition\AbstractDefinition
파일 보기
프로젝트 열기: ovr/phpsa
1 사용 예제들
보호된 프로퍼티들
프로퍼티
타입
설명
$compiled
boolean
$name
string
공개 메소드들
메소드
설명
compile
(
Context
$context
) :
boolean
Compile the definition
getName
( ) :
string
getPointer
( ) :
ScopePointer
isCompiled
( ) :
boolean
setName
(
string
$name
)
메소드 상세
compile()
추상적인
공개
메소드
Compile the definition
abstract
public
compile
(
Context
$context
) :
boolean
$context
PHPSA\Context
리턴
boolean
getName()
공개
메소드
public
getName
( ) :
string
리턴
string
getPointer()
공개
메소드
public
getPointer
( ) :
ScopePointer
리턴
PHPSA\ScopePointer
isCompiled()
공개
메소드
public
isCompiled
( ) :
boolean
리턴
boolean
setName()
공개
메소드
public
setName
(
string
$name
)
$name
string
프로퍼티 상세
$compiled
보호되어 있는 프로퍼티
protected
bool
$compiled
리턴
boolean
$name
보호되어 있는 프로퍼티
protected
string
$name
리턴
string