1
0
mirror of synced 2025-01-19 06:51:40 +03:00

11 lines
174 B
PHP
Raw Normal View History

<?php
namespace Doctrine\Tests\Models\Reflection;
class ParentClass
{
const CLASSNAME = __CLASS__;
private $privatePropertyOverride = 'privatePropertyOverride';
}