PHP Nelmio\Alice Namespace

Nested Namespaces

Nelmio\Alice\Bridge
Nelmio\Alice\Definition
Nelmio\Alice\Entity
Nelmio\Alice\Faker
Nelmio\Alice\FileLocator
Nelmio\Alice\FixtureBuilder
Nelmio\Alice\Generator
Nelmio\Alice\Loader
Nelmio\Alice\Parser
Nelmio\Alice\PropertyAccess
Nelmio\Alice\scenario1
Nelmio\Alice\scenario2
Nelmio\Alice\scenario3
Nelmio\Alice\Symfony
Nelmio\Alice\Throwable

Interfaces

Name Description
DataLoaderInterface Another flavour of FileLoaderInterface where the input has already been parsed.
FileLoaderInterface Main interface of the library.
FileLocatorInterface
FixtureBuilderInterface
FixtureIdInterface A fixture is a value object representing an object to be built.
FixtureInterface A fixture is a value object representing an object to be built.
GeneratorInterface
ObjectInterface An object is an instance (the real object) with a reference (fixture describing the instance).
ParserInterface

Classes

Name Description
FixtureBag Value object containing a list of fixtures.
FixtureBagTest
FixtureSet Value objects containing the loaded parameters, fixtures, injected parameters and injected objects.
FixtureSetFactory
FixtureSetTest
FunctionsTest
IsAServiceTraitTest
ObjectBag Value object containing a list of objects.
ObjectBagTest
ObjectSet Value object containing the parameters and objects built from the loaded and injected ones.
ObjectSetFactory
ObjectSetTest
Parameter Value object representing a parameter. The parameter may or not be already resolved.
ParameterBag Value object containing a list of parameters.
ParameterBagTest
ParameterTest

Traits

Name Description
IsAServiceTrait
NotCallableTrait