Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
PhpMigration
Changes
AbstractRemoved
PHP 클래스 PhpMigration\Changes\AbstractRemoved
상속:
extends
AbstractChange
파일 보기
프로젝트 열기: monque/php-migration
보호된 프로퍼티들
프로퍼티
타입
설명
$constTable
$funcTable
$varTable
공개 메소드들
메소드
설명
__construct
( )
leaveNode
(
$node
)
보호된 메소드들
메소드
설명
isRemovedConst
(
$node
)
isRemovedFunc
(
$node
)
isRemovedVar
(
$node
)
메소드 상세
__construct()
공개
메소드
public
__construct
( )
isRemovedConst()
보호된
메소드
protected
isRemovedConst
(
$node
)
isRemovedFunc()
보호된
메소드
protected
isRemovedFunc
(
$node
)
isRemovedVar()
보호된
메소드
protected
isRemovedVar
(
$node
)
leaveNode()
공개
메소드
public
leaveNode
(
$node
)
프로퍼티 상세
$constTable
보호되어 있는 프로퍼티
protected
$constTable
$funcTable
보호되어 있는 프로퍼티
protected
$funcTable
$varTable
보호되어 있는 프로퍼티
protected
$varTable