%PDF- %PDF-
Direktori : /var/www/html/car_rent/vendor/phpspec/phpspec/spec/PhpSpec/Util/ |
Current File : /var/www/html/car_rent/vendor/phpspec/phpspec/spec/PhpSpec/Util/ExampleTrait.php |
<?php namespace spec\PhpSpec\Util; trait ExampleTrait { public function emptyMethodInTrait() { } } trait AnotherExampleTrait { public function nonEmptyMethodInTrait() { return 'foo'; } }