PHP 클래스 Nelmio\Alice\Definition\Value\FixtureMethodCallValue

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

공개 메소드들

메소드 설명
__construct ( Nelmio\Alice\Definition\ValueInterface $reference, FunctionCallValue $function )
__toString ( ) : string
getFunctionCall ( ) : FunctionCallValue
getReference ( ) : Nelmio\Alice\Definition\ValueInterface
getValue ( ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( Nelmio\Alice\Definition\ValueInterface $reference, FunctionCallValue $function )
$reference Nelmio\Alice\Definition\ValueInterface
$function FunctionCallValue

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

getFunctionCall() 공개 메소드

public getFunctionCall ( ) : FunctionCallValue
리턴 FunctionCallValue

getReference() 공개 메소드

public getReference ( ) : Nelmio\Alice\Definition\ValueInterface
리턴 Nelmio\Alice\Definition\ValueInterface

getValue() 공개 메소드

public getValue ( ) : array
리턴 array