StopwatchEvent::getOrigin()

float getOrigin() Gets the origin. Return Value float The origin in milliseconds

FormView::getIterator()

ArrayIterator|FormView[] getIterator() Returns an iterator to iterate over children (implements \IteratorAggregate). Return Value ArrayIterator|FormView[] The iterator

Router

class Router implements RouterInterface, RequestMatcherInterface The Router class is an example of the integration of all pieces of the routing system for easier use. Methods __construct(LoaderInterface $loader, mixed $resource, array $options = array(), RequestContext $context = null, LoggerInterface $logger = null) Constructor. setOptions(array $options) Sets options. setOption(string $key, mixed $value) Sets an option. mixed getOption(string $key) Gets an option value.

ChoiceView

class ChoiceView Represents a choice in templates. Properties string $label The label displayed to humans. string $value The view representation of the choice. mixed $data The original choice value. array $attr Additional attributes for the HTML tag. Methods __construct(mixed $data, string $value, string $label, array $attr = array()) Creates a new choice view. Details __construct(mixed $data, string $value, string $label, array $attr = arra

ExecutionContext deprecated::getValue()

mixed getValue() Returns the value that the validator is currently validating. If you want to retrieve the object that was originally passed to the validator, use {@link getRoot}. Return Value mixed The currently validated value.

Response::isRedirect()

bool isRedirect(string $location = null) Is the response a redirect of some form? Parameters string $location Return Value bool

Table::setStyle()

Table setStyle(TableStyle|string $name) Sets table style. Parameters TableStyle|string $name The style name or a TableStyle instance Return Value Table

ErrorHandler::stackErrors()

static stackErrors() Configures the error handler for delayed handling. Ensures also that non-catchable fatal errors are never silenced. As shown by http://bugs.php.net/42098 and http://bugs.php.net/60724 PHP has a compile stage where it behaves unusually. To workaround it, we plug an error handler that only stacks errors for later. The most important feature of this is to prevent autoloading until unstackErrors() is called.

AuditableAclInterface::updateClassAuditing()

updateClassAuditing(int $index, bool $auditSuccess, bool $auditFailure) Updates auditing for class-based ACE Parameters int $index bool $auditSuccess bool $auditFailure

DOMCaster::castElement()

static castElement(DOMElement $dom, array $a, Stub $stub, $isNested) Parameters DOMElement $dom array $a Stub $stub $isNested