PHP Class Nelmio\Alice\Definition\Fixture\SimpleFixtureWithFlags

Inheritance: implements Nelmio\Alice\Definition\FixtureWithFlagsInterface
Datei anzeigen Open project: nelmio/alice Class Usage Examples

Public Methods

Method Description
__construct ( Nelmio\Alice\FixtureInterface $fixture, FlagBag $flags )
getClassName ( ) : string
getFlags ( ) : FlagBag
getId ( ) : string
getSpecs ( ) : SpecificationBag
getValueForCurrent ( )
withSpecs ( SpecificationBag $specs ) : self

Method Details

__construct() public method

public __construct ( Nelmio\Alice\FixtureInterface $fixture, FlagBag $flags )
$fixture Nelmio\Alice\FixtureInterface
$flags Nelmio\Alice\Definition\FlagBag

getClassName() public method

public getClassName ( ) : string
return string

getFlags() public method

public getFlags ( ) : FlagBag
return Nelmio\Alice\Definition\FlagBag

getId() public method

public getId ( ) : string
return string

getSpecs() public method

public getSpecs ( ) : SpecificationBag
return Nelmio\Alice\Definition\SpecificationBag

getValueForCurrent() public method

public getValueForCurrent ( )

withSpecs() public method

public withSpecs ( SpecificationBag $specs ) : self
$specs Nelmio\Alice\Definition\SpecificationBag
return self