PHP Interface Nelmio\Alice\FixtureInterface

Inheritance: extends Nelmio\Alice\FixtureIdInterface
Afficher le fichier Open project: nelmio/alice Interface Usage Examples

Méthodes publiques

Méthode Description
getClassName ( ) : string
getSpecs ( ) : SpecificationBag
getValueForCurrent ( ) : string | integer
withSpecs ( SpecificationBag $specs ) : static Creates a new instance with the given specs.

Method Details

getClassName() public méthode

public getClassName ( ) : string
Résultat string FQCN. May contain flags depending of the implementation.

getSpecs() public méthode

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

getValueForCurrent() public méthode

public getValueForCurrent ( ) : string | integer
Résultat string | integer

withSpecs() public méthode

Creates a new instance with the given specs.
public withSpecs ( SpecificationBag $specs ) : static
$specs Nelmio\Alice\Definition\SpecificationBag
Résultat static