PHP 인터페이스 Nelmio\Alice\Definition\MethodCallInterface

파일 보기 프로젝트 열기: nelmio/alice 0 사용 예제들

공개 메소드들

메소드 설명
__toString ( ) : string
getArguments ( ) : Nelmio\Alice\Definition\ValueInterface[] | array | null
getCaller ( ) : Nelmio\Alice\Definition\ServiceReferenceInterface | null
getMethod ( ) : string
withArguments ( array $arguments = null ) : static

메소드 상세

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

getArguments() 공개 메소드

public getArguments ( ) : Nelmio\Alice\Definition\ValueInterface[] | array | null
리턴 Nelmio\Alice\Definition\ValueInterface[] | array | null

getCaller() 공개 메소드

public getCaller ( ) : Nelmio\Alice\Definition\ServiceReferenceInterface | null
리턴 Nelmio\Alice\Definition\ServiceReferenceInterface | null No caller means that the caller is the instance of the object itself.

getMethod() 공개 메소드

public getMethod ( ) : string
리턴 string Method name

withArguments() 공개 메소드

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