PHP 클래스 PHPSemVerChecker\Operation\ClassMethodOperationUnary

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

보호된 프로퍼티들

프로퍼티 타입 설명
$classMethod PhpParser\Node\Stmt\ClassMethod
$context string
$contextValue PhpParser\Node\Stmt
$file string
$visibility integer

공개 메소드들

메소드 설명
__construct ( string $context, string $file, PhpParser\Node\Stmt $contextValue, ClassMethod $classMethod )
getCode ( ) : string
getLine ( ) : integer
getLocation ( ) : string
getReason ( ) : string
getTarget ( ) : string

보호된 메소드들

메소드 설명
getVisibility ( $context ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( string $context, string $file, PhpParser\Node\Stmt $contextValue, ClassMethod $classMethod )
$context string
$file string
$contextValue PhpParser\Node\Stmt
$classMethod PhpParser\Node\Stmt\ClassMethod

getCode() 공개 메소드

public getCode ( ) : string
리턴 string

getLine() 공개 메소드

public getLine ( ) : integer
리턴 integer

getLocation() 공개 메소드

public getLocation ( ) : string
리턴 string

getReason() 공개 메소드

public getReason ( ) : string
리턴 string

getTarget() 공개 메소드

public getTarget ( ) : string
리턴 string

getVisibility() 보호된 메소드

protected getVisibility ( $context ) : string
리턴 string

프로퍼티 상세

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

protected ClassMethod,PhpParser\Node\Stmt $classMethod
리턴 PhpParser\Node\Stmt\ClassMethod

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

protected string $context
리턴 string

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

protected Stmt,PhpParser\Node $contextValue
리턴 PhpParser\Node\Stmt

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

protected string $file
리턴 string

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

protected int $visibility
리턴 integer