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