You are here

class ClassWithFinalMethod in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/spec/Prophecy/Prophecy/MethodProphecySpec.php \spec\Prophecy\Prophecy\ClassWithFinalMethod

Hierarchy

Expanded class hierarchy of ClassWithFinalMethod

File

vendor/phpspec/prophecy/spec/Prophecy/Prophecy/MethodProphecySpec.php, line 7

Namespace

spec\Prophecy\Prophecy
View source
class ClassWithFinalMethod {
  public final function finalMethod() {
  }

}

Members