ScriptDataProvider::getName()

getName($script, $displayLocale = null) Parameters $script $displayLocale

ScriptDataProvider

class ScriptDataProvider Data provider for script-related ICU data. Methods __construct(string $path, BundleEntryReaderInterface $reader) Creates a data provider that reads locale-related data from .res files. getScripts() getName($script, $displayLocale = null) getNames($displayLocale = null) Details __construct(string $path, BundleEntryReaderInterface $reader) Creates a data provider that reads locale-related data from .res

ScriptDataGenerator

class ScriptDataGenerator extends AbstractDataGenerator The rule for compiling the script bundle. Methods __construct(GenrbCompiler $compiler, $dirName) from AbstractDataGenerator generateData(GeneratorConfig $config) {@inheritdoc} from AbstractDataGenerator Details __construct(GenrbCompiler $compiler, $dirName) Parameters GenrbCompiler $compiler $dirName generateData(GeneratorConfig $config) {

ScopeWideningInjectionException

class ScopeWideningInjectionException extends RuntimeException Thrown when a scope widening injection is detected. Methods __construct($sourceServiceId, $sourceScope, $destServiceId, $destScope, Exception $previous = null) getSourceServiceId() getSourceScope() getDestServiceId() getDestScope() Details __construct($sourceServiceId, $sourceScope, $destServiceId, $destScope, Exception $previous = null) Parameters $source

ScopeInterface deprecated::getParentName()

getParentName()

ScopeInterface deprecated::getName()

getName()

ScopeInterface deprecated

interface ScopeInterface deprecated since version 2.8, to be removed in 3.0. Scope Interface. Methods getName() getParentName() Details getName() getParentName()

ScopeCrossingInjectionException

class ScopeCrossingInjectionException extends RuntimeException This exception is thrown when the a scope crossing injection is detected. Methods __construct($sourceServiceId, $sourceScope, $destServiceId, $destScope, Exception $previous = null) getSourceServiceId() getSourceScope() getDestServiceId() getDestScope() Details __construct($sourceServiceId, $sourceScope, $destServiceId, $destScope, Exception $previous = null)

Scope::leave()

Scope|null leave() Closes current scope and returns parent one. Return Value Scope|null

Scope::has()

bool has(string $key) Tests if a data is visible from current scope. Parameters string $key Return Value bool