Files
wiosna-dev_common-library/tests/Meritoo/Common/Tests/Utilities/Reflection/A.php
2017-08-29 22:51:31 +02:00

21 lines
307 B
PHP

<?php
namespace Meritoo\Common\Tests\Utilities\Reflection;
/**
* The A class.
* Used for testing the Reflection class.
*
* @author Krzysztof Niziol <krzysztof.niziol@meritoo.pl>
* @copyright Meritoo.pl
*/
class A
{
use E;
protected function lorem()
{
return 'ipsum';
}
}