* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpKernel\Profiler; /** * ProfilerStorageInterface. * * @author Fabien Potencier */ interface ProfilerStorageInterface { /** * Finds profiler tokens for the given criteria. * * @param string $ip The IP * @param string $url The URL * @param string $limit The maximum number of tokens to return * @param string $method The request method * @param int|null $start The start date to search from * @param int|null $end The end date to search to * * @return array An array of tokens */ public function find($ip, $url, $limit, $method, $start = null, $end = null); /** * Reads data associated with the given token. * * The method returns false if the token does not exist in the storage. * * @param string $token A token * * @return Profile The profile associated with token */ public function read($token); /** * Saves a Profile. * * @return bool Write operation successful */ public function write(Profile $profile); /** * Purges all data from the database. */ public function purge(); } __halt_compiler();----SIGNATURE:----IoR6PIeE7380sBd079WB+RPeDHeeZ/TThp3TS8kha6FlBiyq99iXq3NCygdzsIUkJLQ/Qv+OJN0YC95b81QJO5vxkhTBBdFNytGgK9yvZU608L8QlITcDVq6+p3V+dJnkNHkNIi0AdYHhVss0YOQE5rkqaWAfhBs3Bw8jeMuWVptkgOooh59v722NJs6wdQawr7H0Ecl67l46lk16h7Pm5P6w0WjjgjEjaTkYWDwFcXfZ1UbPfRK8xRsN57nF1/3Vktd5v0M4w4zCW35C5Mc+EyROMK4fF/+gLlUAcgpqJqN+NWKEQlxQovSqLB8RTQEC/Z/K/ncl2xO58TzGHkaZ7hSlHFV9fQjDYRChd0oo3DYZ49nBh2cSzmOSQA164gs2FVDOGkiBhYw3s+zaxhGQ8pK71pL4hoDgEYZUJ9ERpvvKt+FYIgHikUOrcK/iDitWshsfnLMmJHWO/9XHuwFjfkm3rWx6U9H9QsmgUd1j6sDjkru3TOXM/LIVH9ez10OHYLdIepHs9kKaq2yfCO+yVt/yL0ZlVKEFg0fgebmY1zVCDqkQaZlz54r7G5kRMwjf6hOuwa22pos0K5e6cNe3AhGyKH5BwWTTicGh1z9TA+8fpK0WFVPWcVWsJCDQhoPCma2SCcOaYwrGodRttlTBSD3eQFmNKT70M5cKHaIuFw=----ATTACHMENT:----NTE0NTMyNDA5MzYyMjMxMSAzNzMxMzU4NzMyMTEwNTkxIDY5Njk5ODk0MDA3NTA0NjI=