PHP Class Nelmio\Alice\Definition\Fixture\FakeFixture

Inheritance: implements Nelmio\Alice\FixtureInterface, use trait Nelmio\Alice\NotCallableTrait
Show file Open project: nelmio/alice

Public Methods

Method Description
getClassName ( ) : string
getId ( ) : string
getSpecs ( ) : SpecificationBag
getValueForCurrent ( )
withSpecs ( SpecificationBag $specs )

Method Details

getClassName() public method

public getClassName ( ) : string
return string

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 )
$specs Nelmio\Alice\Definition\SpecificationBag