ContextualValidatorInterface::atPath()

ContextualValidatorInterface atPath(string $path) Appends the given path to the property path of the context. If called multiple times, the path will always be reset to the context's original path with the given path appended to it. Parameters string $path The path to append Return Value ContextualValidatorInterface This validator

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

CacheItem::expiresAfter()

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

DoctrineCaster::castOrmProxy()

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

DefinitionDecorator::setPublic()

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

KernelInterface::getBundles()

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

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

Question::getMaxAttempts()

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

DumpException

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