Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ProphecyInterface.php

interface ProphecyInterface

Core Prophecy interface.

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

@template-covariant T of object

Hierarchy

  • interface \Prophecy\Prophecy\ProphecyInterface

Expanded class hierarchy of ProphecyInterface

All classes that implement ProphecyInterface

2 files declare their use of ProphecyInterface
ExportUtil.php in vendor/phpspec/prophecy/src/Prophecy/Util/ExportUtil.php
ProphecyComparator.php in vendor/phpspec/prophecy/src/Prophecy/Comparator/ProphecyComparator.php

File

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

Namespace

Prophecy\Prophecy
View source
interface ProphecyInterface {
    
    /**
     * Reveals prophecy object (double) .
     *
     * @return object
     *
     * @phpstan-return T
     */
    public function reveal();

}

Members

Title Sort descending Modifiers Object type Summary Overrides
ProphecyInterface::reveal public function Reveals prophecy object (double) . 1
RSS feed
Powered by Drupal