ClassMetadataInterface::getReflectionClass()

ReflectionClass getReflectionClass() Returns a {@link \ReflectionClass} instance for this class. Return Value ReflectionClass

PropertyInfoCacheExtractor::getTypes()

Type[]|null getTypes(string $class, string $property, array $context = array()) Gets types of a property. Parameters string $class string $property array $context Return Value Type[]|null

X509Factory::getPosition()

string getPosition() Defines the position at which the provider is called. Possible values: preauth, form, http, and rememberme. Return Value string

Debugger deprecated

class Debugger implements DebuggerInterface deprecated since version 2.4, to be removed in 3.0. Use Psr\Log\LoggerInterface instead. Binds the Symfony templating loader debugger to the Symfony logger. Methods __construct(LoggerInterface $logger = null) Constructor. log(string $message) Logs a message. Details __construct(LoggerInterface $logger = null) Constructor. Parameters LoggerInterface $logger A LoggerInterface instance

PdoSessionHandler::destroy()

destroy($sessionId) {@inheritdoc} Parameters $sessionId

InputDefinition::getSynopsis()

string getSynopsis(bool $short = false) Gets the synopsis. Parameters bool $short Whether to return the short version (with options folded) or not Return Value string The synopsis

ButtonBuilder::getIterator()

EmptyIterator getIterator() Unsupported method. Return Value EmptyIterator Always returns an empty iterator

CodeHelper::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

FormConfigBuilder::getRequired()

bool getRequired() Returns whether the form is required. Return Value bool Whether the form is required

ClassMetadataFactoryInterface::getMetadataFor()

ClassMetadataInterface getMetadataFor(string|object $value) If the method was called with the same class name (or an object of that class) before, the same metadata instance is returned. If the factory was configured with a cache, this method will first look for an existing metadata instance in the cache. If an existing instance is found, it will be returned without further ado. Otherwise, a new metadata instance is created. If the factory was configured with a loader, the metad