Nelmio\Alice\Generator\ResolvedValueWithFixtureSet::__construct PHP Метод

__construct() публичный Метод

public __construct ( mixed $resolvedValue, ResolvedFixtureSet $set )
$resolvedValue mixed
$set ResolvedFixtureSet
    public function __construct($resolvedValue, ResolvedFixtureSet $set)
    {
        $this->value = $resolvedValue;
        $this->set = $set;
    }
ResolvedValueWithFixtureSet