PHP 클래스 Eloquent\Phony\Mock\Exception\FinalMethodStubException

상속: extends Exceptio\Exception, implements MockException
파일 보기 프로젝트 열기: eloquent/phony

공개 메소드들

메소드 설명
__construct ( string $className, string $name ) Construct a new final method stub exception.
className ( ) : string Get the class name.
name ( ) : string Get the method name.

메소드 상세

__construct() 공개 메소드

Construct a new final method stub exception.
public __construct ( string $className, string $name )
$className string The class name.
$name string The method name.

className() 공개 메소드

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

name() 공개 메소드

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