PHP Class Nelmio\Alice\FixtureBuilder\SimpleBuilder

Inheritance: implements Nelmio\Alice\FixtureBuilderInterface, use trait Nelmio\Alice\IsAServiceTrait
Afficher le fichier Open project: nelmio/alice Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Nelmio\Alice\FixtureBuilder\DenormalizerInterface $denormalizer )
build ( array $data, array $parameters = [], array $objects = [] ) : FixtureSet

Method Details

__construct() public méthode

public __construct ( Nelmio\Alice\FixtureBuilder\DenormalizerInterface $denormalizer )
$denormalizer Nelmio\Alice\FixtureBuilder\DenormalizerInterface

build() public méthode

public build ( array $data, array $parameters = [], array $objects = [] ) : FixtureSet
$data array
$parameters array
$objects array
Résultat Nelmio\Alice\FixtureSet