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

Breadcrumb

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

function MagicCallPatch::__construct

File

vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/MagicCallPatch.php, line 33

Class

MagicCallPatch
Discover Magical API using "@method" PHPDoc format.

Namespace

Prophecy\Doubler\ClassPatch

Code

public function __construct(?MethodTagRetrieverInterface $tagRetriever = null) {
    $this->tagRetriever = null === $tagRetriever ? new ClassAndInterfaceTagRetriever() : $tagRetriever;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal