You are here

interface RevealerInterface in Zircon Profile 8

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

Prophecies revealer interface.

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

Hierarchy

Expanded class hierarchy of RevealerInterface

All classes that implement RevealerInterface

1 file declares its use of RevealerInterface
Prophet.php in vendor/phpspec/prophecy/src/Prophecy/Prophet.php

File

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

Namespace

Prophecy\Prophecy
View source
interface RevealerInterface {

  /**
   * Unwraps value(s).
   *
   * @param mixed $value
   *
   * @return mixed
   */
  public function reveal($value);

}

Members

Namesort descending Modifiers Type Description Overrides
RevealerInterface::reveal public function Unwraps value(s). 1