public function MethodNotFoundException::getArguments in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/MethodNotFoundException.php \Prophecy\Exception\Doubler\MethodNotFoundException::getArguments()
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Doubler/ MethodNotFoundException.php, line 56
Class
Namespace
Prophecy\Exception\DoublerCode
public function getArguments() {
return $this->arguments;
}