class Example in Coder 8.3.x
Same name in this branch
Same name and namespace in other branches
Example.
Hierarchy
- class \Example
Expanded class hierarchy of Example
1 string reference to 'Example'
- example.info.yml in tests/
DrupalPractice/ Objects/ drupal8/ example.info.yml - tests/DrupalPractice/Objects/drupal8/example.info.yml
File
- tests/
Drupal/ Classes/ FullyQualifiedNamespaceUnitTest.inc, line 17 - Example.
View source
class Example {
/**
* Description.
*/
public function test1(TestAlias $alias) {
}
/**
* Description.
*/
public function test2(Test\NotUsed $notUsed) {
}
/**
* Description.
*/
public function test3(Test\Alias $alias) {
}
/**
* Description.
*/
public function test4(Test\Foo $foo) {
}
/**
* Description.
*/
public function test5(Bar $bar) {
}
/**
* Description.
*/
public function test6(TestDiff\Bar $bar) {
}
/**
* Description.
*/
public function test7(TestDiff\TestAlias $anotherAlias) {
}
/**
* Description.
*/
public function test8(Test\MultiLine $multiLine, Test\MultiLineSecond $multiLineSecond) {
}
/**
* Description.
*/
public function test9(Test\Example $conflictingClass) {
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Example:: |
public | function | Description. | |
Example:: |
public | function | Description. | |
Example:: |
public | function | Description. | |
Example:: |
public | function | Description. | |
Example:: |
public | function | Description. | |
Example:: |
public | function | Description. | |
Example:: |
public | function | Description. | |
Example:: |
public | function | Description. | |
Example:: |
public | function | Description. |