MongoDbProfilerStorage deprecated::find()

array find(string $ip, string $url, string $limit, string $method, int|null $start = null, int|null $end = null) Finds profiler tokens for the given criteria. Parameters string $ip The IP string $url The URL string $limit The maximum number of tokens to return string $method The request method int|null $start The start date to search from int|null $end The end date to search to Return Value array An array of tokens

MethodNotImplementedException

class MethodNotImplementedException extends NotImplementedException Constants INTL_INSTALL_MESSAGE Methods __construct(string $methodName) Constructor. Details __construct(string $methodName) Constructor. Parameters string $methodName The name of the method

HttpFoundationExtension::generateRelativePath()

string generateRelativePath(string $path) Returns a relative path based on the current Request. This method returns the path unchanged if no request is available. Parameters string $path The path Return Value string The relative path See also Request::getRelativeUriForPath()

SvnRepository::download()

static SvnRepository download(string $url, string $targetDir) Downloads the ICU data for the given version. Parameters string $url The URL to download from string $targetDir The directory in which to store the repository Return Value SvnRepository The directory where the data is stored Exceptions RuntimeException If an error occurs during the download.

Component\Console\Tester

Classes ApplicationTester Eases the testing of console applications. CommandTester Eases the testing of console commands.

AbstractDataGenerator

class AbstractDataGenerator The rule for compiling the currency bundle. Methods __construct(GenrbCompiler $compiler, $dirName) generateData(GeneratorConfig $config) {@inheritdoc} Details __construct(GenrbCompiler $compiler, $dirName) Parameters GenrbCompiler $compiler $dirName generateData(GeneratorConfig $config) {@inheritdoc} Parameters GeneratorConfig $config

Inline::dump()

static string dump(mixed $value, int $flags) Dumps a given PHP variable to a YAML string. Parameters mixed $value The PHP variable to convert int $flags A bit field of Yaml::DUMP_* constants to customize the dumped YAML string Return Value string The YAML string representing the PHP array Exceptions DumpException When trying to dump PHP resource

DigestData::getUsername()

getUsername()

ControllerResolverInterface::getController()

callable|false getController(Request $request) Returns the Controller instance associated with a Request. As several resolvers can exist for a single application, a resolver must return false when it is not able to determine the controller. The resolver must only throw an exception when it should be able to load controller but cannot because of some errors made by the developer. Parameters Request $request A Request instance Return Value callable|false A PHP callable representi

TwigExtractor::extract()

extract(string|array $resource, MessageCatalogue $catalogue) Extracts translation messages from files, a file or a directory to the catalogue. Parameters string|array $resource files, a file or a directory MessageCatalogue $catalogue The catalogue