PHP 클래스 PHPSemVerChecker\Operation\FunctionOperationUnary

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

보호된 프로퍼티들

프로퍼티 타입 설명
$file string
$function PhpParser\Node\Stmt\Function_

공개 메소드들

메소드 설명
__construct ( string $file, Function_ $function )
getLine ( ) : integer
getLocation ( ) : string
getTarget ( ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( string $file, Function_ $function )
$file string
$function PhpParser\Node\Stmt\Function_

getLine() 공개 메소드

public getLine ( ) : integer
리턴 integer

getLocation() 공개 메소드

public getLocation ( ) : string
리턴 string

getTarget() 공개 메소드

public getTarget ( ) : string
리턴 string

프로퍼티 상세

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

protected string $file
리턴 string

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

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