%PDF- %PDF-
Direktori : /var/www/html/kpk/api/vendor/symfony/http-kernel/Tests/Fixtures/ |
Current File : /var/www/html/kpk/api/vendor/symfony/http-kernel/Tests/Fixtures/ResettableService.php |
<?php namespace Symfony\Component\HttpKernel\Tests\Fixtures; class ResettableService { public static $counter = 0; public function reset() { ++self::$counter; } }