TimeDataCollector::getName()

string getName() Returns the name of the collector. Return Value string The collector name

CurrencyDataProvider

class CurrencyDataProvider Data provider for currency-related data. Constants INDEX_SYMBOL INDEX_NAME INDEX_FRACTION_DIGITS INDEX_ROUNDING_INCREMENT Methods __construct(string $path, BundleEntryReaderInterface $reader) Creates a data provider that reads currency-related data from a resource bundle. getCurrencies() getSymbol($currency, $displayLocale = null) getName($currency, $displayLocale = null) getNames($displayLocale = null) getFraction

ViolationPath::getParent()

PropertyPath getParent() Returns the parent property path. The parent property path is the one that contains the same items as this one except for the last one. If this property path only contains one item, null is returned. Return Value PropertyPath The parent path or null

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

RemoteUserFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node

ContainerInterface::setParameter()

setParameter(string $name, mixed $value) Sets a parameter. Parameters string $name The parameter name mixed $value The parameter value

Acl::deleteClassAce()

deleteClassAce(int $index) Deletes a class-based ACE Parameters int $index

ExceptionInterface

interface ExceptionInterface Methods AdapterInterface getAdapter() Details AdapterInterface getAdapter() Return Value AdapterInterface

ArrayNode::setIgnoreExtraKeys()

setIgnoreExtraKeys(bool $boolean, bool $remove = true) Whether extra keys should just be ignore without an exception. Parameters bool $boolean To allow extra keys bool $remove To remove extra keys

Stopwatch::openSection()

openSection(string|null $id = null) Creates a new section or re-opens an existing section. Parameters string|null $id The id of the session to re-open, null to create a new one Exceptions LogicException When the section to re-open is not reachable