You are here

class c in Zircon Profile 8.0

Same name in this branch
  1. 8.0 vendor/phpunit/php-token-stream/tests/_fixture/source4.php \c
  2. 8.0 vendor/phpunit/php-token-stream/tests/_fixture/source5.php \c
Same name and namespace in other branches
  1. 8 vendor/phpunit/php-token-stream/tests/_fixture/source4.php \c
  2. 8 vendor/phpunit/php-token-stream/tests/_fixture/source5.php \c

Hierarchy

  • class \c implements b

Expanded class hierarchy of c

126 string references to 'c'
AbstractOperationTest::testGetMergedDomains in vendor/symfony/translation/Tests/Catalogue/AbstractOperationTest.php
ajax_forms_test_validation_form_callback in core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module
Ajax form callback: Selects the 'drivertext' element of the validation form.
ajax_forms_test_validation_number_form_callback in core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module
Ajax form callback: Selects the 'drivernumber' element of the validation form.
ArgumentStringTest::testGlossary in core/modules/views/src/Tests/Handler/ArgumentStringTest.php
Tests the glossary feature.
ArrayCollectionTest::provideDifferentElements in vendor/doctrine/collections/tests/Doctrine/Tests/Common/Collections/ArrayCollectionTest.php

... See full list

File

vendor/phpunit/php-token-stream/tests/_fixture/source4.php, line 21

View source
class c implements b {
  public function foo() {
  }
  public function baz(Baz $baz) {
  }

}

Members

Namesort descending Modifiers Type Description Overrides
c::baz public function Overrides b::baz
c::foo public function