Methods |
public
static
|
getContainer(): Container
|
#
|
public
static
|
getAdditionalConfigFiles(): string[]
|
#
|
public
static
|
getParser(): Parser
|
#
|
public
|
createBroker(): Broker
Deprecated
Use createReflectionProvider() instead
|
#
|
public
static
|
createReflectionProvider(): ReflectionProvider
|
#
|
public
static
|
getReflector(): Reflector
|
#
|
public
static
|
getReflectors(): array{ClassReflector, FunctionReflector, ConstantReflector}
Deprecated
Use getReflector() instead.
|
#
|
public
static
|
getClassReflectionExtensionRegistryProvider(): ClassReflectionExtensionRegistryProvider
|
#
|
public
static
|
createScopeFactory(
ReflectionProvider $reflectionProvider,
TypeSpecifier $typeSpecifier,
string[] $dynamicConstantNames = [],
): ScopeFactory
|
#
|
public
static
|
createTypeAliasResolver(
array<string, string> $globalTypeAliases,
ReflectionProvider $reflectionProvider,
): TypeAliasResolver
|
#
|
protected
|
shouldTreatPhpDocTypesAsCertain(): bool
|
#
|
public
static
|
getFileHelper(): FileHelper
|
#
|
protected
|
assertSamePaths(string $expected, string $actual, string $message = ''): void
Provides a DIRECTORY_SEPARATOR agnostic assertion helper, to compare file paths.
Provides a DIRECTORY_SEPARATOR agnostic assertion helper, to compare file paths.
|
#
|
protected
|
assertNoErrors(Error[]|string[] $errors): void
|
#
|
protected
|
skipIfNotOnWindows(): void
|
#
|
protected
|
skipIfNotOnUnix(): void
|
#
|