ArgumentMetadata::isVariadic()

bool isVariadic() Returns whether the argument is defined as ". ..$variadic". Return Value bool

SerializerInterface::serialize()

string serialize(mixed $data, string $format, array $context = array()) Serializes data in the appropriate format. Parameters mixed $data any data string $format format name array $context options normalizers/encoders have access to Return Value string

KernelInterface::getName()

string getName() Gets the name of the kernel. Return Value string The kernel name

Kernel::getLogDir()

string getLogDir() Gets the log directory. Return Value string The log directory

Alias::setPublic()

setPublic(bool $boolean) Sets if this Alias is public. Parameters bool $boolean If this Alias should be public

Kernel::getBundles()

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

ContainerBuilder::getDefinitions()

Definition[] getDefinitions() Gets all service definitions. Return Value Definition[] An array of Definition instances

StreamedResponse::setCallback()

setCallback(callable $callback) Sets the PHP callback associated with this Response. Parameters callable $callback A valid PHP callback

Client::setServerParameters()

setServerParameters(array $server) Sets server parameters. Parameters array $server An array of server parameters

DumpListener

class DumpListener implements EventSubscriberInterface Configures dump() handler. Methods __construct(ClonerInterface $cloner, DataDumperInterface $dumper) configure() static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. Details __construct(ClonerInterface $cloner, DataDumperInterface $dumper) Parameters ClonerInterface $cloner Cloner service DataDumperInterface $dumper Dumper servi