class ClassWithFinalMethod in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/spec/Prophecy/Prophecy/MethodProphecySpec.php \spec\Prophecy\Prophecy\ClassWithFinalMethod
Hierarchy
- class \spec\Prophecy\Prophecy\ClassWithFinalMethod
Expanded class hierarchy of ClassWithFinalMethod
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Prophecy/ MethodProphecySpec.php, line 7
Namespace
spec\Prophecy\ProphecyView source
class ClassWithFinalMethod {
public final function finalMethod() {
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ClassWithFinalMethod:: |
final public | function |