FormConfigInterface::getDataLocked()

bool getDataLocked() Returns whether the form's data is locked. A form with locked data is restricted to the data passed in this configuration. The data can only be modified then by submitting the form. Return Value bool Whether the data is locked

Crawler::siblings()

Crawler siblings() Returns the siblings nodes of the current selection. Return Value Crawler A Crawler instance with the sibling nodes Exceptions InvalidArgumentException When current node is empty

DateValidator::checkDate()

static bool checkDate(int $year, int $month, int $day) Checks whether a date is valid. Parameters int $year The year int $month The month int $day The day Return Value bool Whether the date is valid

Crawler::nodeName()

string nodeName() Returns the node name of the first node of the list. Return Value string The node name Exceptions InvalidArgumentException When current node is empty

Exception

class Exception extends RuntimeException Base exception for all configuration exceptions.

AcceptHeaderItem::setValue()

AcceptHeaderItem setValue(string $value) Set the item value. Parameters string $value Return Value AcceptHeaderItem

ExcludeDirectoryFilterIterator::hasChildren()

hasChildren()

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

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