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