function ClassPatchInterface::getPriority
Returns patch priority, which determines when patch will be applied.
Return value
int Priority number (higher - earlier)
8 methods override ClassPatchInterface::getPriority()
- DisableConstructorPatch::getPriority in vendor/
phpspec/ prophecy/ src/ Prophecy/ Doubler/ ClassPatch/ DisableConstructorPatch.php - Returns patch priority, which determines when patch will be applied.
- KeywordPatch::getPriority in vendor/
phpspec/ prophecy/ src/ Prophecy/ Doubler/ ClassPatch/ KeywordPatch.php - Returns patch priority, which determines when patch will be applied.
- MagicCallPatch::getPriority in vendor/
phpspec/ prophecy/ src/ Prophecy/ Doubler/ ClassPatch/ MagicCallPatch.php - Returns patch priority, which determines when patch will be applied.
- ProphecySubjectPatch::getPriority in vendor/
phpspec/ prophecy/ src/ Prophecy/ Doubler/ ClassPatch/ ProphecySubjectPatch.php - Returns patch priority, which determines when patch will be applied.
- ReflectionClassNewInstancePatch::getPriority in vendor/
phpspec/ prophecy/ src/ Prophecy/ Doubler/ ClassPatch/ ReflectionClassNewInstancePatch.php - Returns patch priority, which determines when patch will be applied.
File
-
vendor/
phpspec/ prophecy/ src/ Prophecy/ Doubler/ ClassPatch/ ClassPatchInterface.php, line 47
Class
- ClassPatchInterface
- Class patch interface. Class patches extend doubles functionality or help Prophecy to avoid some internal PHP bugs.
Namespace
Prophecy\Doubler\ClassPatchCode
public function getPriority();