PHP Class Nelmio\Alice\Definition\Fixture\MutableFixture

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

Public Methods

Method Description
__construct ( string $id, string $className, SpecificationBag $specs )
getClassName ( ) : string
getId ( ) : string
getSpecs ( ) : SpecificationBag
getValueForCurrent ( )
setSpecs ( SpecificationBag $specs )
withSpecs ( SpecificationBag $specs )

Method Details

__construct() public method

public __construct ( string $id, string $className, SpecificationBag $specs )
$id string
$className string
$specs Nelmio\Alice\Definition\SpecificationBag

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

setSpecs() public method

public setSpecs ( SpecificationBag $specs )
$specs Nelmio\Alice\Definition\SpecificationBag

withSpecs() public method

public withSpecs ( SpecificationBag $specs )
$specs Nelmio\Alice\Definition\SpecificationBag