芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/phpdocumentor/reflection-common/src/Location.php
lineNumber = $lineNumber; $this->columnNumber = $columnNumber; } /** * Returns the line number that is covered by this location. */ public function getLineNumber() : int { return $this->lineNumber; } /** * Returns the column number (character position on a line) for this location object. */ public function getColumnNumber() : int { return $this->columnNumber; } }