InternalErrorException

class InternalErrorException extends ParseException ParseException is thrown when a CSS selector syntax is not valid. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect.

UserInterface::eraseCredentials()

eraseCredentials() Removes sensitive data from the user. This is important if, at any given point, sensitive information like the plain-text password is stored on this object.

Process::getInput()

resource|string|Iterator|null getInput() Gets the Process input. Return Value resource|string|Iterator|null The Process input

AcceptHeader::all()

AcceptHeaderItem[] all() Returns all items. Return Value AcceptHeaderItem[]

ChoiceFormField

class ChoiceFormField extends FormField ChoiceFormField represents a choice form field. It is constructed from a HTML select tag, or a HTML checkbox, or radio inputs. Methods __construct(DOMElement $node) Constructor. from FormField string getName() Returns the name of the field. from FormField string|array getValue() Gets the value of the field. from FormField setValue(string $value) Sets the value of the field. bool hasValue() Returns true if the field should be includ

Profile::getParentToken()

null|string getParentToken() Returns the parent token. Return Value null|string The parent token

Specificity::getValue()

int getValue() Returns global specificity value. Return Value int

TraceableEventDispatcherInterface::getNotCalledListeners()

array getNotCalledListeners() Gets the not called listeners. Return Value array An array of not called listeners

ParentNodeDefinitionInterface::children()

children()

EventDataCollector::setNotCalledListeners()

setNotCalledListeners(array $listeners) Sets the not called listeners. Parameters array $listeners An array of not called listeners See also TraceableEventDispatcherInterface