Profiler::has()
  • References/PHP/Symfony/Component/HttpKernel/Profiler

bool has(string $name) Returns true if a Collector for the given name exists.

2025-01-10 15:47:30
PdoProfilerStorage deprecated::find()
  • References/PHP/Symfony/Component/HttpKernel/Profiler

array find(string $ip, string $url, string $limit, string $method, int|null $start = null, int|null $end = null)

2025-01-10 15:47:30
Profiler::disable()
  • References/PHP/Symfony/Component/HttpKernel/Profiler

disable() Disables the profiler.

2025-01-10 15:47:30
Profile::getTime()
  • References/PHP/Symfony/Component/HttpKernel/Profiler

string getTime() Returns the time. Return

2025-01-10 15:47:30
FileProfilerStorage::read()
  • References/PHP/Symfony/Component/HttpKernel/Profiler

Profile read(string $token)

2025-01-10 15:47:30
MongoDbProfilerStorage deprecated::write()
  • References/PHP/Symfony/Component/HttpKernel/Profiler

bool write(Profile $profile)

2025-01-10 15:47:30
PdoProfilerStorage deprecated
  • References/PHP/Symfony/Component/HttpKernel/Profiler

class PdoProfilerStorage implements

2025-01-10 15:47:30
Profile::getUrl()
  • References/PHP/Symfony/Component/HttpKernel/Profiler

string getUrl() Returns the URL. Return

2025-01-10 15:47:30
Profile::getCollectors()
  • References/PHP/Symfony/Component/HttpKernel/Profiler

DataCollectorInterface[] getCollectors() Gets the Collectors associated with this profile. Return Value DataCollectorInterface[]

2025-01-10 15:47:30
Profiler::purge()
  • References/PHP/Symfony/Component/HttpKernel/Profiler

purge() Purges all data from the storage.

2025-01-10 15:47:30