PHP 인터페이스 Eloquent\Phony\Mock\Builder\Method\MethodDefinition

파일 보기 프로젝트 열기: eloquent/phony

공개 메소드들

메소드 설명
accessLevel ( ) : string Get the access level.
callback ( ) : callable | null Get the callback.
isCallable ( ) : boolean Returns true if this method is callable.
isCustom ( ) : boolean Returns true if this method is custom.
isStatic ( ) : boolean Returns true if this method is static.
method ( ) : ReflectionFunctionAbstract Get the method.
name ( ) : string Get the name.

메소드 상세

accessLevel() 공개 메소드

Get the access level.
public accessLevel ( ) : string
리턴 string The access level.

callback() 공개 메소드

Get the callback.
public callback ( ) : callable | null
리턴 callable | null The callback, or null if this is a real method.

isCallable() 공개 메소드

Returns true if this method is callable.
public isCallable ( ) : boolean
리턴 boolean True if this method is callable.

isCustom() 공개 메소드

Returns true if this method is custom.
public isCustom ( ) : boolean
리턴 boolean True if this method is custom.

isStatic() 공개 메소드

Returns true if this method is static.
public isStatic ( ) : boolean
리턴 boolean True if this method is static.

method() 공개 메소드

Get the method.
public method ( ) : ReflectionFunctionAbstract
리턴 ReflectionFunctionAbstract The method.

name() 공개 메소드

Get the name.
public name ( ) : string
리턴 string The name.