PHP 클래스 PHPSA\ScopePointer

파일 보기 프로젝트 열기: ovr/phpsa 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$object PHPSA\Definition\ClassMethod | PHPSA\Definition\FunctionDefinition

공개 메소드들

메소드 설명
__construct ( $object ) Initializes the scopePointer with an object
getObject ( ) : ClassMethod | FunctionDefinition Returns the object.
isClassMethod ( ) : boolean Is the object a class method?
isFunction ( ) : boolean Is the object a function?

메소드 상세

__construct() 공개 메소드

Initializes the scopePointer with an object
public __construct ( $object )
$object

getObject() 공개 메소드

Returns the object.
public getObject ( ) : ClassMethod | FunctionDefinition
리턴 PHPSA\Definition\ClassMethod | PHPSA\Definition\FunctionDefinition

isClassMethod() 공개 메소드

Is the object a class method?
public isClassMethod ( ) : boolean
리턴 boolean

isFunction() 공개 메소드

Is the object a function?
public isFunction ( ) : boolean
리턴 boolean

프로퍼티 상세

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

protected ClassMethod,PHPSA\Definition|FunctionDefinition,PHPSA\Definition $object
리턴 PHPSA\Definition\ClassMethod | PHPSA\Definition\FunctionDefinition