PHP 클래스 PHPCfg\Visitor\DeclarationFinder

상속: extends PHPCfg\AbstractVisitor
파일 보기 프로젝트 열기: ircmaxell/php-cfg

보호된 프로퍼티들

프로퍼티 타입 설명
$classes
$constants
$functions
$interfaces
$methods
$traits

공개 메소드들

메소드 설명
enterOp ( Op $op, Block $block )
getClasses ( )
getConstants ( )
getFunctions ( )
getInterfaces ( )
getMethods ( )
getTraits ( )

메소드 상세

enterOp() 공개 메소드

public enterOp ( Op $op, Block $block )
$op PHPCfg\Op
$block PHPCfg\Block

getClasses() 공개 메소드

public getClasses ( )

getConstants() 공개 메소드

public getConstants ( )

getFunctions() 공개 메소드

public getFunctions ( )

getInterfaces() 공개 메소드

public getInterfaces ( )

getMethods() 공개 메소드

public getMethods ( )

getTraits() 공개 메소드

public getTraits ( )

프로퍼티 상세

$classes 보호되어 있는 프로퍼티

protected $classes

$constants 보호되어 있는 프로퍼티

protected $constants

$functions 보호되어 있는 프로퍼티

protected $functions

$interfaces 보호되어 있는 프로퍼티

protected $interfaces

$methods 보호되어 있는 프로퍼티

protected $methods

$traits 보호되어 있는 프로퍼티

protected $traits