ScriptDataProvider::getNames()

getNames($displayLocale = null) Parameters $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) {

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)

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()

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

Scope::leave()

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

Scope

class Scope Methods __construct(Scope $parent = null) Scope enter() Opens a new child scope. Scope|null leave() Closes current scope and returns parent one. Scope set(string $key, mixed $value) Stores data into current scope. bool has(string $key) Tests if a data is visible from current scope. mixed get(string $key, mixed $default = null) Returns data visible from current scope. Details __construct(Scope $parent = null)