class Pearlike_WithComments

Hierarchy

Expanded class hierarchy of Pearlike_WithComments

1 string reference to 'Pearlike_WithComments'
ClassCollectionLoaderTest::testCommentStripping in drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php

File

drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/WithComments.php, line 12

View source
class Pearlike_WithComments {

  /** @Boolean */
  public static $loaded = true;

}

Members