NoParent.php

Namespace

Doctrine\Tests\Common\Reflection

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/NoParent.php
View source
<?php

namespace Doctrine\Tests\Common\Reflection;

class NoParent {
  public $test;

}

Classes

Namesort descending Description
NoParent