Nelmio\Alice\Definition\Flag\ExtendFlag::__construct PHP Method

__construct() public method

public __construct ( FixtureReference $extendedFixture )
$extendedFixture Nelmio\Alice\Definition\ServiceReference\FixtureReference Reference of the extended fixture.
    public function __construct(FixtureReference $extendedFixture)
    {
        $this->extendedFixture = $extendedFixture;
        $this->stringValue = 'extends ' . $extendedFixture->getId();
    }