public function asCSV() { $this->preventMultipleTypes(); self::$typed = __FUNCTION__; Header::asCSV(); return $this; }
public function asCSV() { self::$typed = __FUNCTION__; Header::asCSV(); return $this; }