AutoExpireFlashBag::initialize()

initialize(array $flashes) Initializes the Bag. Parameters array $flashes

UndefinedOptionsException

class UndefinedOptionsException extends InvalidArgumentException Exception thrown when an undefined option is passed. You should remove the options in question from your code or define them beforehand.

ButtonBuilder::hasAttribute()

bool hasAttribute(string $name) Returns whether the attribute with the given name exists. Parameters string $name The attribute name Return Value bool Whether the attribute exists

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.

ExcludeDirectoryFilterIterator::hasChildren()

hasChildren()

TimeDataCollector::getName()

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