PHP Class Nelmio\Alice\Definition\Fixture\DummyFixture

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 )
getClassName ( ) : string
getId ( ) : string
getSpecs ( ) : SpecificationBag
getValueForCurrent ( )
withSpecs ( SpecificationBag $specs )

Method Details

__construct() public méthode

public __construct ( string $id )
$id string

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

withSpecs() public méthode

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