D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
api
/
vendor
/
symfony
/
http-kernel
/
Tests
/
Fixtures
/
Filename :
ResettableService.php
back
Copy
<?php namespace Symfony\Component\HttpKernel\Tests\Fixtures; class ResettableService { public static $counter = 0; public function reset() { ++self::$counter; } }