PHP 클래스 PHPSA\Definition\ReflectionClassMethod

상속: extends ClassMethod
파일 보기 프로젝트 열기: ovr/phpsa

보호된 프로퍼티들

프로퍼티 타입 설명
$possibleReturnValues array Array of possible return values
$reflection ReflectionMethod
$returnType integer Return type

공개 메소드들

메소드 설명
__construct ( ReflectionMethod $reflection ) ReflectionClassMethod constructor.
compile ( Context $context ) : ReflectionClassMethod
getName ( ) : string
isAbstract ( ) : boolean
isPrivate ( ) : boolean
isProtected ( ) : boolean
isPublic ( ) : boolean
isStatic ( ) : boolean

메소드 상세

__construct() 공개 메소드

ReflectionClassMethod constructor.
public __construct ( ReflectionMethod $reflection )
$reflection ReflectionMethod

compile() 공개 메소드

public compile ( Context $context ) : ReflectionClassMethod
$context PHPSA\Context
리턴 ReflectionClassMethod

getName() 공개 메소드

public getName ( ) : string
리턴 string

isAbstract() 공개 메소드

public isAbstract ( ) : boolean
리턴 boolean

isPrivate() 공개 메소드

public isPrivate ( ) : boolean
리턴 boolean

isProtected() 공개 메소드

public isProtected ( ) : boolean
리턴 boolean

isPublic() 공개 메소드

public isPublic ( ) : boolean
리턴 boolean

isStatic() 공개 메소드

public isStatic ( ) : boolean
리턴 boolean

프로퍼티 상세

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

Array of possible return values
protected array $possibleReturnValues
리턴 array

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

protected ReflectionMethod $reflection
리턴 ReflectionMethod

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

Return type
protected int $returnType
리턴 integer