class ApiConfigManager implements BasicEntityManagerInterface

Class ApiConfigManager

Constants

MAPPINGS_FILE_DIRECTORY

Properties

ContainerInterface $container

Methods

__construct(ContainerInterface $container)

BaseFactory constructor.

array
getMappingsData(string $entityNamespace)

No description

string|bool|null
getFileContent(string $class)

No description

bool
saveFileContent(string $class, string $content)

No description

array
getAvailableClasses()

No description

string
getNamespaceForString(string $classString)

No description

Details

at line 32
__construct(ContainerInterface $container)

BaseFactory constructor.

Parameters

ContainerInterface $container

at line 42
array getMappingsData(string $entityNamespace)

Parameters

string $entityNamespace

Return Value

array

at line 65
string|bool|null getFileContent(string $class)

Parameters

string $class

Return Value

string|bool|null

at line 87
bool saveFileContent(string $class, string $content)

Parameters

string $class
string $content

Return Value

bool

at line 100
array getAvailableClasses()

Return Value

array

Exceptions

ReflectionException

at line 124
string getNamespaceForString(string $classString)

Parameters

string $classString

Return Value

string

Exceptions

ReflectionException