public function Call::getFile in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Call/Call.php \Prophecy\Call\Call::getFile()
Returns callee filename.
Return value
string
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Call/ Call.php, line 99
Class
- Call
- Call object.
Namespace
Prophecy\CallCode
public function getFile() {
return $this->file;
}