PHP Class Nelmio\Alice\Definition\Flag\ExtendFlag

Inheritance: implements Nelmio\Alice\Definition\FlagInterface
Afficher le fichier Open project: nelmio/alice Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( FixtureReference $extendedFixture )
__toString ( ) : string
getExtendedFixture ( ) : FixtureReference

Method Details

__construct() public méthode

public __construct ( FixtureReference $extendedFixture )
$extendedFixture Nelmio\Alice\Definition\ServiceReference\FixtureReference Reference of the extended fixture.

__toString() public méthode

public __toString ( ) : string
Résultat string Flag string representation. Is used as an identifier to easily access to a specific flag.

getExtendedFixture() public méthode

public getExtendedFixture ( ) : FixtureReference
Résultat Nelmio\Alice\Definition\ServiceReference\FixtureReference