PHP Class Nelmio\Alice\Generator\ResolvedValueWithFixtureSet

Show file Open project: nelmio/alice

Public Methods

Method Description
__construct ( mixed $resolvedValue, ResolvedFixtureSet $set )
getSet ( ) : ResolvedFixtureSet
getValue ( ) : mixed

Method Details

__construct() public method

public __construct ( mixed $resolvedValue, ResolvedFixtureSet $set )
$resolvedValue mixed
$set ResolvedFixtureSet

getSet() public method

public getSet ( ) : ResolvedFixtureSet
return ResolvedFixtureSet

getValue() public method

public getValue ( ) : mixed
return mixed