DumpException

class DumpException extends RuntimeException Exception class thrown when an error occurs during dumping.

Question::getMaxAttempts()

null|int getMaxAttempts() Gets the maximum number of attempts. Null means an unlimited number of attempts. Return Value null|int

BinaryFileResponse

class BinaryFileResponse extends Response BinaryFileResponse represents an HTTP response delivering a file. Constants HTTP_CONTINUE HTTP_SWITCHING_PROTOCOLS HTTP_PROCESSING HTTP_OK HTTP_CREATED HTTP_ACCEPTED HTTP_NON_AUTHORITATIVE_INFORMATION HTTP_NO_CONTENT HTTP_RESET_CONTENT HTTP_PARTIAL_CONTENT HTTP_MULTI_STATUS HTTP_ALREADY_REPORTED HTTP_IM_USED HTTP_MULTIPLE_CHOICES HTTP_MOVED_PERMANENTLY HTTP_FOUND HTTP_SEE_OTHER HTTP

KernelInterface::getBundles()

BundleInterface[] getBundles() Gets the registered bundle instances. Return Value BundleInterface[] An array of registered bundle instances

DefinitionDecorator::setPublic()

Definition setPublic(bool $boolean) Sets the visibility of this service. Parameters bool $boolean Return Value Definition The current instance

DoctrineCaster::castOrmProxy()

static castOrmProxy(Proxy $proxy, array $a, Stub $stub, $isNested) Parameters Proxy $proxy array $a Stub $stub $isNested

CacheItem::expiresAfter()

expiresAfter($time) {@inheritdoc} Parameters $time

AmqpCaster

class AmqpCaster Casts Amqp related classes to array representation. Methods static castConnection(AMQPConnection $c, array $a, Stub $stub, $isNested) static castChannel(AMQPChannel $c, array $a, Stub $stub, $isNested) static castQueue(AMQPQueue $c, array $a, Stub $stub, $isNested) static castExchange(AMQPExchange $c, array $a, Stub $stub, $isNested) static castEnvelope(AMQPEnvelope $c, array $a, Stub $stub, $isNested, $filter) Details static

ExtensionInterface::getAlias()

string getAlias() Returns the recommended alias to use in XML. This alias is also the mandatory prefix to use when using YAML. Return Value string The alias

Form::offsetExists()

bool offsetExists(string $name) Returns true if the named field exists. Parameters string $name The field name Return Value bool true if the field exists, false otherwise