PHP Класс Nelmio\Alice\Loader\NativeLoader

Наследование: implements Nelmio\Alice\FileLoaderInterface, implements Nelmio\Alice\DataLoaderInterface, use trait Nelmio\Alice\IsAServiceTrait
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__call ( string $method, array $arguments )
__construct ( Generator $fakerGenerator = null )
loadData ( array $data, array $parameters = [], array $objects = [] ) : ObjectSet
loadFile ( string $file, array $parameters = [], array $objects = [] ) : ObjectSet

Защищенные методы

Метод Описание
createBuiltInArgumentsDenormalizer ( ) : Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\ArgumentsDenormalizerInterface
createBuiltInCaller ( ) : Nelmio\Alice\Generator\CallerInterface
createBuiltInCallsDenormalizer ( ) : Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\CallsDenormalizerInterface
createBuiltInConstructorDenormalizer ( ) : Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\ConstructorDenormalizerInterface
createBuiltInDataLoader ( ) : Nelmio\Alice\DataLoaderInterface
createBuiltInDenormalizer ( ) : Nelmio\Alice\FixtureBuilder\DenormalizerInterface
createBuiltInExpressionLanguageParser ( ) : Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface
createBuiltInExpressionLanguageTokenParser ( ) : Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParserInterface
createBuiltInFileLoader ( ) : Nelmio\Alice\FileLoaderInterface
createBuiltInFixtureBagDenormalizer ( ) : Nelmio\Alice\FixtureBuilder\Denormalizer\FixtureBagDenormalizerInterface
createBuiltInFixtureBuilder ( ) : Nelmio\Alice\FixtureBuilderInterface
createBuiltInFixtureDenormalizer ( ) : Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerInterface
createBuiltInFixtureSetResolver ( ) : Nelmio\Alice\Generator\FixtureSetResolverInterface
createBuiltInFlagParser ( ) : Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface
createBuiltInGenerator ( ) : Nelmio\Alice\GeneratorInterface
createBuiltInHydrator ( ) : Nelmio\Alice\Generator\HydratorInterface
createBuiltInInstantiator ( ) : Nelmio\Alice\Generator\InstantiatorInterface
createBuiltInLexer ( ) : Nelmio\Alice\FixtureBuilder\ExpressionLanguage\LexerInterface
createBuiltInObjectGenerator ( ) : Nelmio\Alice\Generator\ObjectGeneratorInterface
createBuiltInParameterResolver ( ) : Nelmio\Alice\Generator\Resolver\ParameterBagResolverInterface
createBuiltInParser ( ) : Nelmio\Alice\ParserInterface
createBuiltInPropertyDenormalizer ( ) : Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\PropertyDenormalizerInterface
createBuiltInPropertyHydrator ( ) : Nelmio\Alice\Generator\Hydrator\PropertyHydratorInterface
createBuiltInValueDenormalizer ( ) : Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\ValueDenormalizerInterface
createBuiltInValueResolver ( ) : Nelmio\Alice\Generator\ValueResolverInterface
createFakerGenerator ( ) : Generator
createPropertyAccessor ( ) : Symfony\Component\PropertyAccess\PropertyAccessorInterface
getBlacklistedFunctions ( ) : array

Описание методов

__call() публичный Метод

public __call ( string $method, array $arguments )
$method string
$arguments array

__construct() публичный Метод

public __construct ( Generator $fakerGenerator = null )
$fakerGenerator Faker\Generator

createBuiltInArgumentsDenormalizer() защищенный Метод

protected createBuiltInArgumentsDenormalizer ( ) : Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\ArgumentsDenormalizerInterface
Результат Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\ArgumentsDenormalizerInterface

createBuiltInCaller() защищенный Метод

protected createBuiltInCaller ( ) : Nelmio\Alice\Generator\CallerInterface
Результат Nelmio\Alice\Generator\CallerInterface

createBuiltInCallsDenormalizer() защищенный Метод

protected createBuiltInCallsDenormalizer ( ) : Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\CallsDenormalizerInterface
Результат Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\CallsDenormalizerInterface

createBuiltInConstructorDenormalizer() защищенный Метод

protected createBuiltInConstructorDenormalizer ( ) : Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\ConstructorDenormalizerInterface
Результат Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\ConstructorDenormalizerInterface

createBuiltInDataLoader() защищенный Метод

protected createBuiltInDataLoader ( ) : Nelmio\Alice\DataLoaderInterface
Результат Nelmio\Alice\DataLoaderInterface

createBuiltInDenormalizer() защищенный Метод

protected createBuiltInDenormalizer ( ) : Nelmio\Alice\FixtureBuilder\DenormalizerInterface
Результат Nelmio\Alice\FixtureBuilder\DenormalizerInterface

createBuiltInExpressionLanguageParser() защищенный Метод

protected createBuiltInExpressionLanguageParser ( ) : Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface
Результат Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface

createBuiltInExpressionLanguageTokenParser() защищенный Метод

protected createBuiltInExpressionLanguageTokenParser ( ) : Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParserInterface
Результат Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParserInterface

createBuiltInFileLoader() защищенный Метод

protected createBuiltInFileLoader ( ) : Nelmio\Alice\FileLoaderInterface
Результат Nelmio\Alice\FileLoaderInterface

createBuiltInFixtureBagDenormalizer() защищенный Метод

protected createBuiltInFixtureBagDenormalizer ( ) : Nelmio\Alice\FixtureBuilder\Denormalizer\FixtureBagDenormalizerInterface
Результат Nelmio\Alice\FixtureBuilder\Denormalizer\FixtureBagDenormalizerInterface

createBuiltInFixtureBuilder() защищенный Метод

protected createBuiltInFixtureBuilder ( ) : Nelmio\Alice\FixtureBuilderInterface
Результат Nelmio\Alice\FixtureBuilderInterface

createBuiltInFixtureDenormalizer() защищенный Метод

protected createBuiltInFixtureDenormalizer ( ) : Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerInterface
Результат Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerInterface

createBuiltInFixtureSetResolver() защищенный Метод

protected createBuiltInFixtureSetResolver ( ) : Nelmio\Alice\Generator\FixtureSetResolverInterface
Результат Nelmio\Alice\Generator\FixtureSetResolverInterface

createBuiltInFlagParser() защищенный Метод

protected createBuiltInFlagParser ( ) : Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface
Результат Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface

createBuiltInGenerator() защищенный Метод

protected createBuiltInGenerator ( ) : Nelmio\Alice\GeneratorInterface
Результат Nelmio\Alice\GeneratorInterface

createBuiltInHydrator() защищенный Метод

protected createBuiltInHydrator ( ) : Nelmio\Alice\Generator\HydratorInterface
Результат Nelmio\Alice\Generator\HydratorInterface

createBuiltInInstantiator() защищенный Метод

protected createBuiltInInstantiator ( ) : Nelmio\Alice\Generator\InstantiatorInterface
Результат Nelmio\Alice\Generator\InstantiatorInterface

createBuiltInLexer() защищенный Метод

protected createBuiltInLexer ( ) : Nelmio\Alice\FixtureBuilder\ExpressionLanguage\LexerInterface
Результат Nelmio\Alice\FixtureBuilder\ExpressionLanguage\LexerInterface

createBuiltInObjectGenerator() защищенный Метод

protected createBuiltInObjectGenerator ( ) : Nelmio\Alice\Generator\ObjectGeneratorInterface
Результат Nelmio\Alice\Generator\ObjectGeneratorInterface

createBuiltInParameterResolver() защищенный Метод

protected createBuiltInParameterResolver ( ) : Nelmio\Alice\Generator\Resolver\ParameterBagResolverInterface
Результат Nelmio\Alice\Generator\Resolver\ParameterBagResolverInterface

createBuiltInParser() защищенный Метод

protected createBuiltInParser ( ) : Nelmio\Alice\ParserInterface
Результат Nelmio\Alice\ParserInterface

createBuiltInPropertyDenormalizer() защищенный Метод

protected createBuiltInPropertyDenormalizer ( ) : Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\PropertyDenormalizerInterface
Результат Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\PropertyDenormalizerInterface

createBuiltInPropertyHydrator() защищенный Метод

protected createBuiltInPropertyHydrator ( ) : Nelmio\Alice\Generator\Hydrator\PropertyHydratorInterface
Результат Nelmio\Alice\Generator\Hydrator\PropertyHydratorInterface

createBuiltInValueDenormalizer() защищенный Метод

protected createBuiltInValueDenormalizer ( ) : Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\ValueDenormalizerInterface
Результат Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\ValueDenormalizerInterface

createBuiltInValueResolver() защищенный Метод

protected createBuiltInValueResolver ( ) : Nelmio\Alice\Generator\ValueResolverInterface
Результат Nelmio\Alice\Generator\ValueResolverInterface

createFakerGenerator() защищенный Метод

protected createFakerGenerator ( ) : Generator
Результат Faker\Generator

createPropertyAccessor() защищенный Метод

protected createPropertyAccessor ( ) : Symfony\Component\PropertyAccess\PropertyAccessorInterface
Результат Symfony\Component\PropertyAccess\PropertyAccessorInterface

getBlacklistedFunctions() защищенный Метод

protected getBlacklistedFunctions ( ) : array
Результат array

loadData() публичный Метод

public loadData ( array $data, array $parameters = [], array $objects = [] ) : ObjectSet
$data array
$parameters array
$objects array
Результат Nelmio\Alice\ObjectSet

loadFile() публичный Метод

public loadFile ( string $file, array $parameters = [], array $objects = [] ) : ObjectSet
$file string
$parameters array
$objects array
Результат Nelmio\Alice\ObjectSet