ResourceCaster::castProcess()

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

ResourceCaster::castMysqlLink()

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

ResourceCaster::castGd()

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

ResourceCaster::castDba()

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

ResourceCaster::castCurl()

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

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

ResourceBundleNotFoundException

class ResourceBundleNotFoundException extends RuntimeException

ResourceBundleInterface

interface ResourceBundleInterface Gives access to ICU data. Methods string[] getLocales() Returns the list of locales that this bundle supports. Details string[] getLocales() Returns the list of locales that this bundle supports. Return Value string[] A list of locale codes

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

ResolveParameterPlaceHoldersPass

class ResolveParameterPlaceHoldersPass implements CompilerPassInterface Resolves all parameter placeholders "%somevalue%" to their real values. Methods process(ContainerBuilder $container) Processes the ContainerBuilder to resolve parameter placeholders. Details process(ContainerBuilder $container) Processes the ContainerBuilder to resolve parameter placeholders. Parameters ContainerBuilder $container Exceptions ParameterNotFoundException