ExecutionContextInterface::getClassName()

string|null getClassName() Returns the class name of the current node. If the metadata of the current node does not implement {@link Mapping\ClassMetadataInterface} or if no metadata is available for the current node, this method returns null. Return Value string|null The class name or null, if no class name could be found

CurrencyDataProvider::getCurrencies()

getCurrencies()

SecurityDataCollector::getUser()

string getUser() Gets the user. Return Value string The user

DayTransformer

class DayTransformer extends Transformer Parser and formatter for day format. Methods string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching regular exp

FileProfilerStorage

class FileProfilerStorage implements ProfilerStorageInterface Storage for profiler using files. Methods __construct(string $dsn) Constructs the file storage using a "dsn-like" path. array find(string $ip, string $url, string $limit, string $method, int|null $start = null, int|null $end = null, $statusCode = null) Finds profiler tokens for the given criteria. purge() Purges all data from the database. Profile read(string $token) Reads data associated with the given token.

LocaleBundle

class LocaleBundle extends LocaleDataProvider implements LocaleBundleInterface Default implementation of {@link LocaleBundleInterface}. Methods __construct(string $path, BundleEntryReaderInterface $reader) Creates a data provider that reads locale-related data from .res files. from LocaleDataProvider getLocales() getAliases() from LocaleDataProvider getName($locale, $displayLocale = null) from LocaleDataProvider getNames($displayLocale = null) from LocaleDataProvide

ResponseHeaderBag::hasCacheControlDirective()

bool hasCacheControlDirective(string $key) Returns true if the Cache-Control directive is defined. Parameters string $key The Cache-Control directive Return Value bool true if the directive exists, false otherwise

Stub

class Stub Represents the main properties of a PHP variable. Constants TYPE_REF TYPE_STRING TYPE_ARRAY TYPE_OBJECT TYPE_RESOURCE STRING_BINARY STRING_UTF8 ARRAY_ASSOC ARRAY_INDEXED Properties $type $class $value $cut $handle $refCount $position

TemplateReference

class TemplateReference extends TemplateReference Internal representation of a template. Methods __construct($bundle = null, $controller = null, $name = null, $format = null, $engine = null) string __toString() Returns the string representation as shortcut for getLogicalName(). from TemplateReference TemplateReferenceInterface set(string $name, string $value) Sets a template parameter. from TemplateReference string get(string $name) Gets a template parameter. from Template

ChainCacheClearer::clear()

clear(string $cacheDir) Clears any caches necessary. Parameters string $cacheDir The cache directory