* * 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:----UH5kV203g6LXC9kEG2AuTqwUfZfL/6GlrQ5+uSMxW0rbXtilru8WqjlkKwZgfaUzSPplKOBYQgqPGyarYb6l47c7Vx5RyTetdtXPNsxGKMzYLF4Y38YHBO0SBqTer1CxpPi6+bABSuQlwPfPjCCE7qnNGEYXem7foDi9HgEhePDPVtCJi/5IGqTHxhpVcQS4er7064BI8j1x++NyTmmwXWQ6vCI11H0m8OC3X8Oi6zKgVnBOKyU4j4cT9Z3aN3banCou9Mqe7qe7xn3J4ILT4d+EqLPkdWXLNcMh4z0r9ryk8uO2MmKJ9on9YrOV8kWHwJaccVUiaQ6MwUuzVsZw1q9o2qkZborJdFjQ5S8Z0+lARBT4bZRAI3MstAro7M1Yj77yMqZN91Gmc7lDbv3UTNA8QUuz7P5iTEBOQLm3jpLtlH53MdVb3/FV3WkKhcpICTan6DHTCEIQN6b05UUCtMeT83YMPneXm6k0EES5URM/+17qE2w02pM4i5Jfkz5rUoUGFrZ2LGjjfW59OeKgulVLInoJyMX9F/i1CKaPaTzCGBaWxVKAxsym2Q0LlFIGCb/besMD5VeYgayOFE1PYnUpOvxIREDxbiCs55xqLJU4AhYvnnDxr3arOARaLRbQqo+Vd0NY4oJE5jOq0LmuN58jF7BCSkXDXouhfbU+nT4=----ATTACHMENT:----MTU1NzA0NTU1ODA3NDYyOCAyNTkwOTAwMDQ1NzYyNDE4IDIzMzg0NTA1MjQ5MjQ0MzI=