You are here

public function Doubler::getClassPatches in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/src/Prophecy/Doubler/Doubler.php \Prophecy\Doubler\Doubler::getClassPatches()

Returns list of registered class patches.

Return value

ClassPatchInterface[]

File

vendor/phpspec/prophecy/src/Prophecy/Doubler/Doubler.php, line 63

Class

Doubler
Cached class doubler. Prevents mirroring/creation of the same structure twice.

Namespace

Prophecy\Doubler

Code

public function getClassPatches() {
  return $this->patches;
}