column = $column; } /** * Get column string. * * @return string * * @since 1.0.0 */ public function getColumn() : string { return $this->column; } public function setColumn(string $column) : void { $this->column = $column; } }