PHP 클래스 Sstalle\php7cc\NodeVisitor\Resolver

상속: implements Sstalle\php7cc\NodeVisitor\ResolverInterface
파일 보기 프로젝트 열기: sstalle/php7cc

보호된 프로퍼티들

프로퍼티 타입 설명
$level integer
$visitors Sstalle\php7cc\NodeVisitor\VisitorInterface[]

공개 메소드들

메소드 설명
__construct ( array $visitors = [], integer $level = Message::LEVEL_INFO )
resolve ( )
setLevel ( integer $level )

보호된 메소드들

메소드 설명
addVisitor ( Sstalle\php7cc\NodeVisitor\VisitorInterface $visitor )

메소드 상세

__construct() 공개 메소드

public __construct ( array $visitors = [], integer $level = Message::LEVEL_INFO )
$visitors array
$level integer

addVisitor() 보호된 메소드

protected addVisitor ( Sstalle\php7cc\NodeVisitor\VisitorInterface $visitor )
$visitor Sstalle\php7cc\NodeVisitor\VisitorInterface

resolve() 공개 메소드

public resolve ( )

setLevel() 공개 메소드

public setLevel ( integer $level )
$level integer

프로퍼티 상세

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

protected int $level
리턴 integer

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

protected VisitorInterface[],Sstalle\php7cc\NodeVisitor $visitors
리턴 Sstalle\php7cc\NodeVisitor\VisitorInterface[]