PHP 클래스 Transphpile\Transpile\Transpile

상속: use trait Transphpile\IO\IO
파일 보기 프로젝트 열기: jaytaph/Transphpile 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Transphpile\IO\IOInterface $io )
getTraverser ( ) : NodeTraverser
transpile ( $srcPath, $dstPath )

보호된 메소드들

메소드 설명
getStub ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Transphpile\IO\IOInterface $io )
$io Transphpile\IO\IOInterface

getStub() 보호된 메소드

protected getStub ( )

getTraverser() 공개 정적인 메소드

public static getTraverser ( ) : NodeTraverser
리턴 PhpParser\NodeTraverser

transpile() 공개 메소드

public transpile ( $srcPath, $dstPath )