PHP 클래스 Sstalle\php7cc\NodeVisitor\AbstractNewFunctionVisitor

상속: extends AbstractVisitor
파일 보기 프로젝트 열기: sstalle/php7cc

공개 메소드들

메소드 설명
__construct ( )
enterNode ( PhpParser\Node $node )

보호된 메소드들

메소드 설명
accepts ( Function_ $node ) : boolean
getMessageText ( string $functionName ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( )

accepts() 추상적인 보호된 메소드

abstract protected accepts ( Function_ $node ) : boolean
$node PhpParser\Node\Stmt\Function_
리턴 boolean

enterNode() 공개 메소드

public enterNode ( PhpParser\Node $node )
$node PhpParser\Node

getMessageText() 추상적인 보호된 메소드

abstract protected getMessageText ( string $functionName ) : string
$functionName string
리턴 string