line = $line; $this->column = $column; return; } /** * Get column. * * @return int */ public function getColumn() { return $this->column; } }