PHP 클래스 PHPSemVerChecker\Operation\FunctionOperationDelta

상속: extends PHPSemVerChecker\Operation\Operation
파일 보기 프로젝트 열기: tomzx/php-semver-checker

보호된 프로퍼티들

프로퍼티 타입 설명
$fileAfter string
$fileBefore string
$functionAfter PhpParser\Node\Stmt\Function_
$functionBefore PhpParser\Node\Stmt\Function_

공개 메소드들

메소드 설명
__construct ( string $fileBefore, Function_ $functionBefore, string $fileAfter, Function_ $functionAfter )
getLine ( ) : integer
getLocation ( ) : string
getTarget ( ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( string $fileBefore, Function_ $functionBefore, string $fileAfter, Function_ $functionAfter )
$fileBefore string
$functionBefore PhpParser\Node\Stmt\Function_
$fileAfter string
$functionAfter PhpParser\Node\Stmt\Function_

getLine() 공개 메소드

public getLine ( ) : integer
리턴 integer

getLocation() 공개 메소드

public getLocation ( ) : string
리턴 string

getTarget() 공개 메소드

public getTarget ( ) : string
리턴 string

프로퍼티 상세

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

protected string $fileAfter
리턴 string

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

protected string $fileBefore
리턴 string

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

protected Function_,PhpParser\Node\Stmt $functionAfter
리턴 PhpParser\Node\Stmt\Function_

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

protected Function_,PhpParser\Node\Stmt $functionBefore
리턴 PhpParser\Node\Stmt\Function_