You are here

class NormalClass in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/DrupalPractice/Objects/StrictSchemaDisabledUnitTest.inc \NormalClass

Hierarchy

Expanded class hierarchy of NormalClass

File

tests/DrupalPractice/Objects/StrictSchemaDisabledUnitTest.inc, line 32

View source
class NormalClass {

  /**
   * This is OK because it isn't a test class.
   */
  protected $stictConfigSchema = FALSE;

}

Members

Namesort descending Modifiers Type Description Overrides
NormalClass::$stictConfigSchema protected property This is OK because it isn't a test class.