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

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

공개 메소드들

메소드 설명
__construct ( Nelmio\Alice\Definition\ServiceReferenceInterface $caller, string $method, array $arguments = null )
__toString ( ) : string
getArguments ( )
getCaller ( )
getMethod ( ) : string
withArguments ( array $arguments = null ) : self

메소드 상세

__construct() 공개 메소드

public __construct ( Nelmio\Alice\Definition\ServiceReferenceInterface $caller, string $method, array $arguments = null )
$caller Nelmio\Alice\Definition\ServiceReferenceInterface
$method string
$arguments array

__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