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

Breadcrumb

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

function ThrowablePatch::apply

Applies patch to the specific class node.

Parameters

ClassNode $node:

Return value

void

Overrides ClassPatchInterface::apply

File

vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ThrowablePatch.php, line 52

Class

ThrowablePatch

Namespace

Prophecy\Doubler\ClassPatch

Code

public function apply(ClassNode $node) {
    $this->checkItCanBeDoubled($node);
    $this->setParentClassToException($node);
}

API Navigation

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