* * 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:----SbYXmDckg/05vQLaA4j0eIsb/dJiO4VlAu7cF7w+DSOs1IG9eoo1ItcyUm/Fy1cGKAyT8OEm/lYukrE7AwlApqRTcpBxcYDnJrvQfZKIcWDJK1Ff0hr7qC3cTKQY2aznfL6eGUg5IA7O2+mVg2k7YZP0jkVsinH/F5PIgF3v9z/Q3AeLhPW4eHGismPKUr9q6Q0sj5JSO+naIsncNE3TF6D1e15QBX+/BGDo/fJ2zQtOmJ4Hb1zDZMhvX1+4Qp4SCg4hrlJJ0Cb5fU516fUKIkpv9b753zr3PuwWBXgorDFSZOYGmCCSVWGiRpWmCCLoaSDxIXo4khJjDCyDoDaa5i9upDK+ZPdOqNr3GyC3JugM3RyJvScnKlGtuJP8OZUAeWCoHaK+gtb8Pr2oD7QBDCovr5MZ3zY0wXU70Ow7ZmYOFDIKTiuqAaliXx0sogKPKOiO25oacnqlAQaGsGdgc63yp0Yo+T7m+frKCYOAaJszDGiFEsWorw4Q6Su7bS7MePj8bjSFXv2VHIvzERB9oRnE99XqHs347n/w7sl03RWVOOZRaVrZnQcVtgEBX0OpjPuJ6k/52kv9iHmEwFlbLVK8XNZj9mKlqu6otMmAWhbh6utDpgpWmO3IypgpB8CWdHg1RVpcV3RDdFxdM117NanO4c/nqVSswxskekAWO+c=----ATTACHMENT:----NjA3MjQ3OTgzNDkwMDYwNCA3NTU2NDc5NDQ4NzU4Mjc3IDYxNzk1ODIxNTkzNzU5NzI=