PHP 클래스 Mockery\Generator\Method

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

공개 메소드들

메소드 설명
__call ( $method, $args )
__construct ( ReflectionMethod $method )
getParameters ( )
getReturnType ( )

메소드 상세

__call() 공개 메소드

public __call ( $method, $args )

__construct() 공개 메소드

public __construct ( ReflectionMethod $method )
$method ReflectionMethod

getParameters() 공개 메소드

public getParameters ( )

getReturnType() 공개 메소드

public getReturnType ( )