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

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

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

getArguments() 공개 메소드

public getArguments ( )

getCaller() 공개 메소드

public getCaller ( )

getMethod() 공개 메소드

public getMethod ( ) : string
리턴 string

setArguments() 공개 메소드

public setArguments ( array $arguments = null )
$arguments array

setCaller() 공개 메소드

public setCaller ( Nelmio\Alice\Definition\ServiceReferenceInterface $caller = null )
$caller Nelmio\Alice\Definition\ServiceReferenceInterface

setMethod() 공개 메소드

public setMethod ( $method )

withArguments() 공개 메소드

public withArguments ( array $arguments = null )
$arguments array