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

상속: implements Nelmio\Alice\Definition\MethodCallInterface, use trait Nelmio\Alice\NotCallableTrait
파일 보기 프로젝트 열기: nelmio/alice

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( string $toString )
$toString string

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

getArguments() 공개 메소드

public getArguments ( ) : array
리턴 array

getCaller() 공개 메소드

public getCaller ( )

getMethod() 공개 메소드

public getMethod ( ) : string
리턴 string

withArguments() 공개 메소드

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