PHP 클래스 Trismegiste\Mondrian\Visitor\NewContractCollector

Adds the new interface so changes could be made to the current PhpFile
상속: extends PublicCollector
파일 보기 프로젝트 열기: trismegiste/mondrian

보호된 프로퍼티들

프로퍼티 타입 설명
$context

공개 메소드들

메소드 설명
__construct ( Refactored $ctx )

보호된 메소드들

메소드 설명
enterClassNode ( PHPParser_Node_Stmt_Class $node ) {@inheritDoc}
enterInterfaceNode ( PHPParser_Node_Stmt_Interface $node ) do nothing
enterPublicMethodNode ( PHPParser_Node_Stmt_ClassMethod $node ) do nothing
enterTraitNode ( PHPParser_Node_Stmt_Trait $node ) do nothing

메소드 상세

__construct() 공개 메소드

public __construct ( Refactored $ctx )
$ctx Trismegiste\Mondrian\Refactor\Refactored

enterClassNode() 보호된 메소드

{@inheritDoc}
protected enterClassNode ( PHPParser_Node_Stmt_Class $node )
$node PHPParser_Node_Stmt_Class

enterInterfaceNode() 보호된 메소드

do nothing
protected enterInterfaceNode ( PHPParser_Node_Stmt_Interface $node )
$node PHPParser_Node_Stmt_Interface

enterPublicMethodNode() 보호된 메소드

do nothing
protected enterPublicMethodNode ( PHPParser_Node_Stmt_ClassMethod $node )
$node PHPParser_Node_Stmt_ClassMethod

enterTraitNode() 보호된 메소드

do nothing
protected enterTraitNode ( PHPParser_Node_Stmt_Trait $node )
$node PHPParser_Node_Stmt_Trait

프로퍼티 상세

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

protected $context