NoParent.php in Plug 7
Namespace
Doctrine\Tests\Common\ReflectionFile
lib/doctrine/common/tests/Doctrine/Tests/Common/Reflection/NoParent.phpView source
<?php
namespace Doctrine\Tests\Common\Reflection;
class NoParent {
public $test;
}
<?php
namespace Doctrine\Tests\Common\Reflection;
class NoParent {
public $test;
}