FatalThrowableError

class FatalThrowableError extends FatalErrorException Fatal Throwable Error. Methods __construct(Throwable $e) Details __construct(Throwable $e) Parameters Throwable $e

ErrorHandler::handleError()

bool handleError(int $type, string $message, string $file, int $line, array $context, array $backtrace = null) Handles errors by filtering then logging them according to the configured bit fields. Parameters int $type One of the E_* constants string $message string $file int $line array $context array $backtrace Return Value bool Returns false when no handling happens so that the PHP engine can handle the error itself Exceptions ErrorException When $this->thrownErrors r

DoctrineCache::write()

write(ClassMetadata $metadata) Stores a class metadata in the cache Parameters ClassMetadata $metadata A Class Metadata

Command deprecated::ins()

Command ins(string $label) Inserts a labeled command to feed later. Parameters string $label The unique label Return Value Command The current Command instance Exceptions RuntimeException If label already exists

ChoiceListInterface deprecated::getChoicesForValues()

array getChoicesForValues(array $values) Returns the choices corresponding to the given values. The choices can have any data type. The choices must be returned with the same keys and in the same order as the corresponding values in the given array. Parameters array $values An array of choice values. Not existing values in this array are ignored Return Value array An array of choices with ascending, 0-based numeric keys

YearTransformer::format()

string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. Parameters DateTime $dateTime A DateTime object to be used to generate the formatted value int $length The formatted value string length Return Value string The formatted value

ControllerResolver

class ControllerResolver extends ControllerResolver ControllerResolver. Methods __construct(ContainerInterface $container, ControllerNameParser $parser, LoggerInterface $logger = null) Constructor. callable|false getController(Request $request) Returns the Controller instance associated with a Request. from ControllerResolver array getArguments(Request $request, callable $controller) deprecated Returns the arguments to pass to the controller. from ControllerResolver Details

DateTimeType

class DateTimeType extends AbstractType Constants DEFAULT_DATE_FORMAT DEFAULT_TIME_FORMAT HTML5_FORMAT This is not quite the HTML5 format yet, because ICU lacks the capability of parsing and generating RFC 3339 dates, which are like the below pattern but with a timezone suffix. The timezone suffix is. "Z" for UTC "(-|+)HH:mm" for other timezones (note the colon!) For more information see: http://userguide.icu-project.org/formatparse/datetime#TOC-Date-Time-Format-Syntax http://www.w

FormConfigBuilderInterface::setInheritData()

FormConfigBuilderInterface setInheritData(bool $inheritData) Sets whether the form should read and write the data of its parent. Parameters bool $inheritData Whether the form should inherit its parent's data Return Value FormConfigBuilderInterface The configuration object

DebugAccessDecisionManager

class DebugAccessDecisionManager implements AccessDecisionManagerInterface Decorates the original AccessDecisionManager class to log information about the security voters and the decisions made by them. Methods __construct(AccessDecisionManagerInterface $manager) bool decide(TokenInterface $token, array $attributes, object $object = null) Decides whether the access is possible or not. setVoters(array $voters) {@inheritdoc} string getStrategy() array getVoters()