PHP Class Nelmio\Alice\Definition\Fixture\TemplatingFixture

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

Public Methods

Method Description
__construct ( Nelmio\Alice\Definition\FixtureWithFlagsInterface $fixture )
extendsFixtures ( ) : boolean
getClassName ( ) : string
getExtendedFixturesReferences ( ) : array
getFlags ( ) : FlagBag
getId ( ) : string
getSpecs ( ) : SpecificationBag
getValueForCurrent ( )
isATemplate ( ) : boolean
withSpecs ( SpecificationBag $specs ) : self

Method Details

__construct() public method

public __construct ( Nelmio\Alice\Definition\FixtureWithFlagsInterface $fixture )
$fixture Nelmio\Alice\Definition\FixtureWithFlagsInterface

extendsFixtures() public method

public extendsFixtures ( ) : boolean
return boolean

getClassName() public method

public getClassName ( ) : string
return string

getExtendedFixturesReferences() public method

public getExtendedFixturesReferences ( ) : array
return array List of fixture ids that the fixture extends.

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 ( )

isATemplate() public method

public isATemplate ( ) : boolean
return boolean

withSpecs() public method

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