PHP 클래스 Nelmio\Alice\Definition\MethodCall\NoMethodCall

상속: implements Nelmio\Alice\Definition\MethodCallInterface
파일 보기 프로젝트 열기: nelmio/alice 1 사용 예제들

공개 메소드들

메소드 설명
__toString ( ) : string
getArguments ( )
getCaller ( )
getMethod ( ) : string
withArguments ( array $arguments = null ) : self

비공개 메소드들

메소드 설명
throwException ( string $method )

메소드 상세

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

getArguments() 공개 메소드

public getArguments ( )

getCaller() 공개 메소드

public getCaller ( )

getMethod() 공개 메소드

public getMethod ( ) : string
리턴 string

withArguments() 공개 메소드

public withArguments ( array $arguments = null ) : self
$arguments array
리턴 self