You are here

class MagicalApi in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/MagicCallPatchSpec.php \spec\Prophecy\Doubler\ClassPatch\MagicalApi

@method void undefinedMethod()

Hierarchy

  • class \spec\Prophecy\Doubler\ClassPatch\MagicalApi

Expanded class hierarchy of MagicalApi

File

vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/MagicCallPatchSpec.php, line 58

Namespace

spec\Prophecy\Doubler\ClassPatch
View source
class MagicalApi {

  /**
   * @return void
   */
  public function definedMethod() {
  }

}

Members