PHP Class Nelmio\Alice\Definition\Fixture\MutableFixture

Inheritance: implements Nelmio\Alice\FixtureInterface, use trait Nelmio\Alice\NotCallableTrait
Afficher le fichier Open project: nelmio/alice

Méthodes publiques

Méthode 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 méthode

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

getClassName() public méthode

public getClassName ( ) : string
Résultat string

getId() public méthode

public getId ( ) : string
Résultat string

getSpecs() public méthode

public getSpecs ( ) : SpecificationBag
Résultat Nelmio\Alice\Definition\SpecificationBag

getValueForCurrent() public méthode

public getValueForCurrent ( )

setSpecs() public méthode

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

withSpecs() public méthode

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