public function MagicCallPatch::getPriority in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\ClassPatchCode
public function getPriority() {
return 50;
}