ResourceCaster::castCurl()

static castCurl($h, array $a, Stub $stub, $isNested) Parameters $h array $a Stub $stub $isNested

ResourceCaster::castMysqlLink()

static castMysqlLink($h, array $a, Stub $stub, $isNested) Parameters $h array $a Stub $stub $isNested

ResourceCaster::castDba()

static castDba($dba, array $a, Stub $stub, $isNested) Parameters $dba array $a Stub $stub $isNested

ResourceCaster::castProcess()

static castProcess($process, array $a, Stub $stub, $isNested) Parameters $process array $a Stub $stub $isNested

ResourceCaster::castGd()

static castGd($gd, array $a, Stub $stub, $isNested) Parameters $gd array $a Stub $stub $isNested

ResourceBundleNotFoundException

class ResourceBundleNotFoundException extends RuntimeException

ResourceCaster

class ResourceCaster Casts common resource types to array representation. Methods static castCurl($h, array $a, Stub $stub, $isNested) static castDba($dba, array $a, Stub $stub, $isNested) static castProcess($process, array $a, Stub $stub, $isNested) static castStream($stream, array $a, Stub $stub, $isNested) static castStreamContext($stream, array $a, Stub $stub, $isNested) static castGd($gd, array $a, Stub $stub, $isNested) static castMysqlLink($h, a

ResolveInvalidReferencesPass

class ResolveInvalidReferencesPass implements CompilerPassInterface Emulates the invalid behavior if the reference is not found within the container. Methods process(ContainerBuilder $container) Process the ContainerBuilder to resolve invalid references. Details process(ContainerBuilder $container) Process the ContainerBuilder to resolve invalid references. Parameters ContainerBuilder $container

ResolveReferencesToAliasesPass

class ResolveReferencesToAliasesPass implements CompilerPassInterface Replaces all references to aliases with references to the actual service. Methods process(ContainerBuilder $container) Processes the ContainerBuilder to replace references to aliases with actual service references. Details process(ContainerBuilder $container) Processes the ContainerBuilder to replace references to aliases with actual service references. Parameters Containe

ResolvedTypeFactoryDataCollectorProxy

class ResolvedTypeFactoryDataCollectorProxy implements ResolvedFormTypeFactoryInterface Proxy that wraps resolved types into {@link ResolvedTypeDataCollectorProxy} instances. Methods __construct(ResolvedFormTypeFactoryInterface $proxiedFactory, FormDataCollectorInterface $dataCollector) ResolvedFormTypeInterface createResolvedType(FormTypeInterface $type, array $typeExtensions, ResolvedFormTypeInterface $parent = null) Resolves a form type. Details