You are here

interface ProphecyInterface in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/src/Prophecy/Prophecy/ProphecyInterface.php \Prophecy\Prophecy\ProphecyInterface

Core Prophecy interface.

@author Konstantin Kudryashov <ever.zet@gmail.com>

Hierarchy

Expanded class hierarchy of ProphecyInterface

All classes that implement ProphecyInterface

1 file declares its use of ProphecyInterface
ExportUtil.php in vendor/phpspec/prophecy/src/Prophecy/Util/ExportUtil.php

File

vendor/phpspec/prophecy/src/Prophecy/Prophecy/ProphecyInterface.php, line 19

Namespace

Prophecy\Prophecy
View source
interface ProphecyInterface {

  /**
   * Reveals prophecy object (double) .
   *
   * @return object
   */
  public function reveal();

}

Members

Namesort descending Modifiers Type Description Overrides
ProphecyInterface::reveal public function Reveals prophecy object (double) . 1