You are here

public function MagicCallPatch::getPriority in Zircon Profile 8

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

Returns patch priority, which determines when patch will be applied.

Return value

integer Priority number (higher - earlier)

Overrides ClassPatchInterface::getPriority

File

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

Class

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

Namespace

Prophecy\Doubler\ClassPatch

Code

public function getPriority() {
  return 50;
}